Skip to content

Commit 9424995

Browse files
author
iru
committed
chore: reorganize use-cases and utils
1 parent e1c002c commit 9424995

File tree

31 files changed

+68
-68
lines changed

31 files changed

+68
-68
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ For other Cloud providers check: [GCP](https://github.com/sysdiglabs/terraform-g
5353
- There are several ways to deploy this in you AWS infrastructure, gathered under **[`/examples`](./examples)**
5454
- Many module,examples and use-cases provide ways to **re-use existing resources (as optionals)** in your infrastructure (cloudtrail, ecs, vpc, k8s cluster,...)
5555
- Find some real **use-case scenario explanations** under [`/examples-internal/use-cases*`](./examples-internal)
56-
- [Single Account - Existing Cloudtrail](./examples-internal/use-cases-reuse-resources/single-existing-cloudtrail.md)
57-
- [Organizational - Existing Cloudtrail, ECS, VPC, Subnet](./examples-internal/use-cases-reuse-resources/org-existing-cloudtrail-ecs-vpc-subnet.md)
58-
- [Organizational - Existing Cloudtrail withouth SNS, but with S3 configuration, with K8s Cluster and Filtered Cloudtrail Event Account](./examples-internal/use-cases-self-baked/org-s3-k8s-filtered-account.md)
56+
- [Single Account - Existing Cloudtrail](use-cases/single-existing-cloudtrail.md)
57+
- [Organizational - Existing Cloudtrail, ECS, VPC, Subnet](use-cases/org-existing-cloudtrail-ecs-vpc-subnet.md)
58+
- [Organizational - Existing Cloudtrail withouth SNS, but with S3 configuration, with K8s Cluster and Filtered Cloudtrail Event Account](use-cases/org-s3-k8s-filtered-account.md)
5959

6060
### - Single-Account
6161

examples-internal/utils-eks/.envrc.template

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples-internal/utils-eks/outputs.tf

Lines changed: 0 additions & 19 deletions
This file was deleted.

examples/single-account-k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ $ terraform apply
8585

8686
| Name | Version |
8787
|------|---------|
88-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
88+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
8989
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.5.1 |
90-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.36 |
90+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.37 |
9191

9292
## Modules
9393

examples/single-account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ terraform apply
7070

7171
| Name | Version |
7272
|------|---------|
73-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.36 |
73+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.37 |
7474

7575
## Modules
7676

examples/trigger-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ terraform apply
4949

5050
| Name | Version |
5151
|------|---------|
52-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
52+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
5353

5454
## Modules
5555

modules/infrastructure/cloudtrail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
1616

1717
## Modules
1818

modules/infrastructure/cloudtrail_s3-sns-sqs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EVENT FILTER/fine-tunning, regarding what we want to send to Sysdig Cloud-Connec
4646

4747
| Name | Version |
4848
|------|---------|
49-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
49+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
5050

5151
## Modules
5252

modules/infrastructure/codebuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
1616

1717
## Modules
1818

modules/infrastructure/ecs-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| Name | Version |
1515
|------|---------|
16-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.10.0 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
1717

1818
## Modules
1919

0 commit comments

Comments
 (0)