diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index a4c5b902..41b6e1b1 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -4,7 +4,7 @@ on: branches: - "feature/auto_policy_testing" - # Allows you to run this workflow manually from the Actions tabb + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: resource_priority_list: diff --git a/auto_policy_testing/green/common_resources/resource_group.tf b/auto_policy_testing/green/common_resources/resource_group.tf index cd376e52..8c71271b 100644 --- a/auto_policy_testing/green/common_resources/resource_group.tf +++ b/auto_policy_testing/green/common_resources/resource_group.tf @@ -1,5 +1,5 @@ resource "azurerm_resource_group" "this" { - name = "${module.naming.resource_prefix.resourcegroup}1" + name = "${module.naming.resource_prefix.resourcegroup}" location = "${var.location}" tags = module.naming.default_tags diff --git a/auto_policy_testing/green/common_resources/resource_group_green.tf b/auto_policy_testing/green/common_resources/resource_group_green.tf index 5c88d05c..75173abc 100644 --- a/auto_policy_testing/green/common_resources/resource_group_green.tf +++ b/auto_policy_testing/green/common_resources/resource_group_green.tf @@ -1,5 +1,5 @@ resource "azurerm_resource_group" "resources" { - name = "GREEN-INFRASTRUCTURE-CI1" + name = "GREEN-INFRASTRUCTURE-CI" location = "${var.location}" tags = module.naming.default_tags