Skip to content

Commit 0fddd81

Browse files
author
iru
committed
chore(examples): add internal example usage
1 parent e7592b3 commit 0fddd81

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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-scanning"
6+
sysdig_secure_api_token = "00000000-1111-2222-3333-444444444444"
7+
}
8+
```
9+
10+
see [`variables.tf`](./variables.tf) for more options

0 commit comments

Comments
 (0)