Skip to content

Commit

Permalink
feat: Remove lifecycle ignore changes for invoice generator docker im…
Browse files Browse the repository at this point in the history
…age name
  • Loading branch information
joonatanaatos committed Oct 31, 2024
1 parent 4e30c18 commit 935e1ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/invoicing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ resource "azurerm_linux_web_app" "invoice_generator" {

http2_enabled = true
}
lifecycle {
// image is deployed by web-repos GHA workflow
ignore_changes = [
site_config.0.application_stack.0.docker_image_name,
]
}
logs {
http_logs {
file_system {
Expand Down

0 comments on commit 935e1ed

Please sign in to comment.