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 e7592b3 commit 0fddd81Copy full SHA for 0fddd81
examples-internal/single-account-benchmark/README.md
@@ -0,0 +1,10 @@
1
+## Usage
2
+
3
+```terraform
4
+module "cloudvision_aws_single_account" {
5
+ source = "github.com/sysdiglabs/terraform-aws-cloudvision//examples-internal/single-account-benchmark"
6
+ sysdig_secure_api_token = "00000000-1111-2222-3333-444444444444"
7
+}
8
+```
9
10
+see [`variables.tf`](./variables.tf) for more options
examples-internal/single-account-scanning/README.md
+ source = "github.com/sysdiglabs/terraform-aws-cloudvision//examples-internal/single-account-scanning"
0 commit comments