Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module "onboarding" {
subscription_id = "test-subscription"
tenant_id = "test-tenant"
is_organizational = true
management_group_ids = ["mgmt-group-id1", "mgmt-group-id2"] // if not provided, takes root management group by default

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we take care of it in config-posture module in L49 too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, one suggestion is to instead comment it out in every module under test example, similar to how we did it for other cloud provider TF repos.

# Optional: pre-existing SP pointing to Sysdig Onboarding App ID
onboarding_service_principal = "onboarding-service-principal-id"
Expand Down