Skip to content

Commit fa26bec

Browse files
author
iru
committed
doc: clarify/fix self-baked snippet
1 parent 3cf400d commit fa26bec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ If no [examples](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tr
4848
In this use-case we will ONLY deploy cloud-bench, into the target account, calling modules directly
4949

5050
```terraform
51+
terraform {
52+
required_providers {
53+
aws = {}
54+
sysdig = {
55+
source = "sysdiglabs/sysdig"
56+
}
57+
}
58+
}
59+
5160
provider "aws" {
5261
region = "AWS-REGION"
5362
}
@@ -58,7 +67,6 @@ provider "sysdig" {
5867
5968
module "cloud_bench" {
6069
source = "sysdiglabs/secure-for-cloud/aws//modules/cloud-bench"
61-
account_id = "AWS-ACCOUNT-ID" # can also be fetched from `aws_caller_identity.me`
6270
}
6371
6472
```

0 commit comments

Comments
 (0)