Skip to content

Commit 299dacf

Browse files
committed
update example
1 parent d18b821 commit 299dacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/modular_single_project/onboarding_with_posture.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "onboarding" {
2424

2525
module "config-posture" {
2626
source = "../../../modules/config-posture"
27-
project_id = "org-child-project-3"
27+
project_id = module.onboarding.project_id
2828
sysdig_secure_account_id = module.onboarding.sysdig_secure_account_id
2929
}
3030

0 commit comments

Comments
 (0)