diff --git a/test/examples/organization/onboarding_with_cspm.tf b/test/examples/organization/onboarding_with_cspm.tf index 258f56c..56b5a0a 100644 --- a/test/examples/organization/onboarding_with_cspm.tf +++ b/test/examples/organization/onboarding_with_cspm.tf @@ -13,7 +13,8 @@ provider "sysdig" { } provider "aws" { - region = "us-east-1" + region = "us-east-1" + allowed_account_ids = ["123456789101"] } module "onboarding" { diff --git a/test/examples/single_account/onboarding_with_cspm.tf b/test/examples/single_account/onboarding_with_cspm.tf index e3a3a01..1518be3 100644 --- a/test/examples/single_account/onboarding_with_cspm.tf +++ b/test/examples/single_account/onboarding_with_cspm.tf @@ -13,7 +13,8 @@ provider "sysdig" { } provider "aws" { - region = "us-east-1" + region = "us-east-1" + allowed_account_ids = ["123456789101"] } module "onboarding" {