Skip to content

Commit

Permalink
skip: update CI 264
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 23, 2024
1 parent 4836e32 commit b372bce
Showing 1 changed file with 1 addition 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 = data.terraform_remote_state.common.outputs.location
location = "eastasia"
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
sku_name = "Basic"
tags = module.naming.default_tags
Expand Down

0 comments on commit b372bce

Please sign in to comment.