Skip to content

Commit

Permalink
skip: update CI 280
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 26, 2024
1 parent a31793e commit c287ad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c287ad3

Please sign in to comment.