Skip to content

Commit 4f52d49

Browse files
committed
feat: update version
1 parent b425aa0 commit 4f52d49

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

examples/single-account-apprunner/README.md

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

7474
| Name | Version |
7575
|------|---------|
76-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
76+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 1.3.0 |
7777

7878
## Modules
7979

examples/single-account-ecs/README.md

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

7474
| Name | Version |
7575
|------|---------|
76-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
76+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 1.3.0 |
7777

7878
## Modules
7979

examples/single-account-k8s/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ $ terraform apply
8686

8787
| Name | Version |
8888
|------|---------|
89-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0.0 |
90-
| <a name="provider_helm"></a> [helm](#provider\_helm) | >=2.3.0 |
91-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
89+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
90+
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.9.0 |
91+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 1.3.0 |
9292

9393
## Modules
9494

modules/infrastructure/cloudtrail/README.md

Lines changed: 2 additions & 2 deletions
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.0.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1616

1717
## Modules
1818

@@ -27,7 +27,7 @@ No modules.
2727
| [aws_kms_key.cloudtrail_kms](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource |
2828
| [aws_s3_bucket.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |
2929
| [aws_s3_bucket_lifecycle_configuration.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration) | resource |
30-
| [aws_s3_bucket_ownership_controls.ownership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls) | resource |
30+
| [aws_s3_bucket_ownership_controls.owner_enforced](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls) | resource |
3131
| [aws_s3_bucket_policy.cloudtrail_s3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy) | resource |
3232
| [aws_s3_bucket_public_access_block.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource |
3333
| [aws_s3_bucket_server_side_encryption_configuration.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource |

modules/infrastructure/cloudtrail/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "cloudtrail" {
2121
}
2222
}
2323

24-
resource "aws_s3_bucket_ownership_controls" "ownership" {
24+
resource "aws_s3_bucket_ownership_controls" "owner_enforced" {
2525
bucket = aws_s3_bucket.cloudtrail.id
2626

2727
rule {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module "cloudtrail_s3_sns_sqs" {
6969

7070
| Name | Version |
7171
|------|---------|
72-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.50.0 |
72+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
7373

7474
## Modules
7575

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) | >= 3.50.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
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) | >= 3.50.0 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1717

1818
## Modules
1919

modules/infrastructure/permissions/cloud-connector/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) | >= 3.50.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1616

1717
## Modules
1818

modules/infrastructure/permissions/cloud-scanning/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) | >= 3.50.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1616

1717
## Modules
1818

modules/infrastructure/permissions/general/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ General permissions that apply to both cloud-connector and cloud-scanning module
1515

1616
| Name | Version |
1717
|------|---------|
18-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.50.0 |
18+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1919

2020
## Modules
2121

modules/infrastructure/permissions/iam-user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note: Contact us if this authentication system does not match your requirement.
4545

4646
| Name | Version |
4747
|------|---------|
48-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.50.0 |
48+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
4949

5050
## Modules
5151

modules/infrastructure/permissions/org-role-eks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The aim of this module is to manage the organizational **managed account** requi
2626

2727
| Name | Version |
2828
|------|---------|
29-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.50.0 |
29+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
3030

3131
## Modules
3232

modules/infrastructure/resource-group/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) | >= 3.50.0 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1717

1818
## Modules
1919

modules/infrastructure/sqs-sns-subscription/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) | >= 3.50.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
1616

1717
## Modules
1818

modules/infrastructure/ssm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and pass it, in a safe way, to all the modules that require it.
1616

1717
| Name | Version |
1818
|------|---------|
19-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.50.0 |
19+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
2020

2121
## Modules
2222

modules/services/cloud-bench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This module will be deployed as a StackSet and it will take into account newly m
2727

2828
| Name | Version |
2929
|------|---------|
30-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.62.0 |
31-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.29 |
30+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
31+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 1.3.0 |
3232

3333
## Modules
3434

modules/services/cloud-connector-ecs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ A task deployed on an **ECS deployment** will detect events in your infrastructu
1515

1616
| Name | Version |
1717
|------|---------|
18-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0.0 |
19-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
18+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
19+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 1.3.0 |
2020

2121
## Modules
2222

0 commit comments

Comments
 (0)