Skip to content

Commit 211a8de

Browse files
haresh-sureshjose-pablo-camacho
authored andcommitted
remove mgmt_group_ids in cspm module
1 parent 628a2d6 commit 211a8de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/config-posture/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ variable "organization_domain" {
1515
default = ""
1616
}
1717

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-
2418
variable "suffix" {
2519
type = string
2620
description = "Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated"

0 commit comments

Comments
 (0)