Skip to content

Commit 72a6301

Browse files
chore(deps): update terraform aws to v5 (#1780)
* chore(deps): update terraform aws to v5 Related: needed to add IAM user permissions policies: - logs:ListTagsForResource - s3:DeleteBucket --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
1 parent 4a8b877 commit 72a6301

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/gold-plums-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@api3/airnode-deployer": minor
3+
---
4+
5+
Bump hashicorp/terraform-provider-aws to v5

packages/airnode-deployer/terraform/aws/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.67"
5+
version = "~> 5.67"
66
}
77
}
88

0 commit comments

Comments
 (0)