Skip to content

Commit 9a614b1

Browse files
author
iru
authored
chore: remove deprecated sqs:*batch actions (#121)
* chore: remove deprecated actions * ci: lint + bump
1 parent 2b30a86 commit 9a614b1

File tree

24 files changed

+28
-33
lines changed

24 files changed

+28
-33
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ For a cleaner PR make sure you follow these recommendations:
1111
1212
## Checklist
1313
14-
- [ ] If `test/fixtures/*/main.tf` files are modified. I have updated:
14+
- [ ] If `test/fixtures/*/main.tf` files are modified. I have updated:
1515
- [ ] the snippets in the README.md file under root folder.
16-
- [ ] the snippets in the README.md file for the corresponding example.
16+
- [ ] the snippets in the README.md file for the corresponding example.
1717
- [ ] If `examples` folder are modified. I have updated:
1818
- [ ] README.md file with pertinent changes.
1919
- [ ] `test/fixtures/*/main.tf` in case the snippet needs modifications.
20-
- [ ] If any architectural change has been made, I have updated the diagrams.
21-
22-
-->
20+
- [ ] If any architectural change has been made, I have updated the diagrams.
2321
22+
-->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A: We don’t scan images from the management account ECR because is not a best
275275
]
276276
}
277277
```
278-
- Trust Relationships:
278+
- Trust Relationships:
279279
```json
280280
{
281281
"Version": "2012-10-17",

examples/organizational/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ $ terraform apply
145145

146146
| Name | Version |
147147
|------|---------|
148-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.22.0 |
149-
| <a name="provider_aws.member"></a> [aws.member](#provider\_aws.member) | 4.22.0 |
148+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
149+
| <a name="provider_aws.member"></a> [aws.member](#provider\_aws.member) | 4.23.0 |
150150
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.39 |
151151

152152
## Modules

examples/single-account-k8s/README.md

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

8585
| Name | Version |
8686
|------|---------|
87-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.22.0 |
87+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
8888
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.6.0 |
8989
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.39 |
9090

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.22.0 |
52+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
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.22.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
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.22.0 |
49+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
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.22.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.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) | 4.22.0 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.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) | 4.22.0 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
1616

1717
## Modules
1818

0 commit comments

Comments
 (0)