Skip to content

Commit 3ec6c30

Browse files
SSPROD-55654 - include/exclude: add deprecation date for management_group_ids var
1 parent 4ef6a55 commit 3ec6c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/modular_organization/onboarding_with_posture.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "onboarding" {
2727
# management_group_ids = ["folders/123456789012"]
2828

2929
# include/exclude parameters
30-
include_folders = ["folders/123456789012"]
30+
include_folders = ["123456789012", "12345678911"]
3131
exclude_folders = []
3232
include_projects = ["<project-id-1>", "<project-id-2>"]
3333
exclude_projects = ["<project-id-3>", "<project-id-4>"]

0 commit comments

Comments
 (0)