Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Dec 11, 2024
1 parent bf2ee8c commit 6274f93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ops/terraform/modules/app_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ variable "sku_name" {
}
variable "service" {}


variable "https_only" {
type = bool
default = false
Expand Down
2 changes: 1 addition & 1 deletion ops/terraform/modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azurerm_postgresql_flexible_server" "postgres_flexible_server" {
public_network_access_enabled = false

lifecycle {
prevent_destroy = false
prevent_destroy = true
ignore_changes = [zone]
}
}
Expand Down

0 comments on commit 6274f93

Please sign in to comment.