Skip to content

Commit 59e13be

Browse files
committed
rm management group ids in config posture
1 parent 22a885a commit 59e13be

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

modules/config-posture/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ No modules.
6262
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | (Required) Target Project identifier provided by the customer | `string` | n/a | yes |
6363
| <a name="input_suffix"></a> [suffix](#input\_suffix) | (Optional) Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated | `string` | `null` | no |
6464
| <a name="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id) | (Required) The GUID of the management project or single project per sysdig representation | `string` | n/a | yes |
65-
| <a name="input_management_group_ids"></a> [management\_group\_ids](#input\_management\_group\_ids) | (Optional) Management group ids to onboard sub ogs or folders like 'organizations/sysdig.com' or 'folders/test-1' | `string` | n/a | no |
6665

6766
## Outputs
6867

modules/config-posture/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ variable "suffix" {
2121
default = null
2222
}
2323

24-
variable "management_group_ids" {
25-
type = set(string)
26-
description = "(Optional) Management group id to onboard. e.g. [organizations/123456789012], [folders/123456789012]"
27-
default = []
28-
}
29-
3024
variable "sysdig_secure_account_id" {
3125
type = string
3226
description = "ID of the Sysdig Cloud Account to enable Config Posture for (in case of organization, ID of the Sysdig management account)"

test/examples/modular_organization/onboarding_with_posture.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module "config-posture" {
2929
project_id = module.onboarding.project_id
3030
is_organizational = module.onboarding.is_organizational
3131
organization_domain = module.onboarding.organization_domain
32-
management_group_ids = module.onboarding.management_group_ids
3332
sysdig_secure_account_id = module.onboarding.sysdig_secure_account_id
3433
}
3534

0 commit comments

Comments
 (0)