Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5 (#1780)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and dcroote authored Feb 7, 2025
1 parent 4a8b877 commit 72a6301
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-plums-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api3/airnode-deployer": minor
---

Bump hashicorp/terraform-provider-aws to v5
2 changes: 1 addition & 1 deletion packages/airnode-deployer/terraform/aws/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.67"
version = "~> 5.67"
}
}

Expand Down

0 comments on commit 72a6301

Please sign in to comment.