Skip to content

Commit

Permalink
skip: update CI 262
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 23, 2024
1 parent 39c6949 commit 851d346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion auto_policy_testing/green/automation/automation_account.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "azurerm_automation_account" "this" {
name = module.naming.resource_prefix.automation
location = "eastasia"
location = data.terraform_remote_state.common.outputs.location
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
sku_name = "Basic"
tags = module.naming.default_tags
Expand Down
4 changes: 4 additions & 0 deletions auto_policy_testing/green/vnet/application_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ resource "azurerm_network_ddos_protection_plan" "this" {
location = data.terraform_remote_state.common.outputs.location
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
tags = module.naming.default_tags

lifecycle {
create_before_destroy = true
}
}

0 comments on commit 851d346

Please sign in to comment.