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 4ef6a55 commit 3ec6c30Copy full SHA for 3ec6c30
test/examples/modular_organization/onboarding_with_posture.tf
@@ -27,7 +27,7 @@ module "onboarding" {
27
# management_group_ids = ["folders/123456789012"]
28
29
# include/exclude parameters
30
- include_folders = ["folders/123456789012"]
+ include_folders = ["123456789012", "12345678911"]
31
exclude_folders = []
32
include_projects = ["<project-id-1>", "<project-id-2>"]
33
exclude_projects = ["<project-id-3>", "<project-id-4>"]
0 commit comments