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 d18b821 commit 299dacfCopy full SHA for 299dacf
test/examples/modular_single_project/onboarding_with_posture.tf
@@ -24,7 +24,7 @@ module "onboarding" {
24
25
module "config-posture" {
26
source = "../../../modules/config-posture"
27
- project_id = "org-child-project-3"
+ project_id = module.onboarding.project_id
28
sysdig_secure_account_id = module.onboarding.sysdig_secure_account_id
29
}
30
0 commit comments