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 628a2d6 commit 211a8deCopy full SHA for 211a8de
modules/config-posture/variables.tf
@@ -15,12 +15,6 @@ variable "organization_domain" {
15
default = ""
16
}
17
18
-variable "management_group_ids" {
19
- type = set(string)
20
- description = "(Optional) Management group id to onboard. e.g. [organizations/123456789012], [folders/123456789012]"
21
- default = []
22
-}
23
-
24
variable "suffix" {
25
type = string
26
description = "Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated"
0 commit comments