We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b6700 commit 6394181Copy full SHA for 6394181
1 file changed
src/variables.tf
@@ -79,22 +79,22 @@ variable "rm_folders" {
79
description = "Map of resource manager folders to create under the root organization."
80
default = {
81
platform = {
82
- name = "Platform 3"
+ name = "Platform"
83
owner_emails = []
84
reader_emails = []
85
}
86
landing_zones_corporate = {
87
- name = "Landing Zones - Corporate 3"
+ name = "Landing Zones - Corporate"
88
89
90
91
landing_zones_public = {
92
- name = "Landing Zones - Public 3"
+ name = "Landing Zones - Public"
93
94
95
96
sandboxes = {
97
- name = "Sandboxes 3"
+ name = "Sandboxes"
98
99
100
0 commit comments