Skip to content

Commit

Permalink
test: made test resource groups to be prefixed (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbontempi authored Feb 16, 2024
1 parent 363f11e commit f532903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,17 @@ module "landing_zone" {
{
"create": true,
"name": "mqo-service-rg",
"use_prefix": false
"use_prefix": true
},
{
"create": true,
"name": "mqo-management-rg",
"use_prefix": false
"use_prefix": true
},
{
"create": true,
"name": "mqo-workload-rg",
"use_prefix": false
"use_prefix": true
}
],
"secrets_manager": {
Expand Down

0 comments on commit f532903

Please sign in to comment.