From c287ad3a4a1fc19dfd5a4ebe856ae294df8daa12 Mon Sep 17 00:00:00 2001 From: vit-corp Date: Thu, 26 Sep 2024 10:29:38 +0300 Subject: [PATCH] skip: update CI 280 --- .github/workflows/auto-test.yml | 2 +- auto_policy_testing/green/common_resources/resource_group.tf | 2 +- .../green/common_resources/resource_group_green.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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