Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-cds[bot] and renovate-bot committed Oct 23, 2023
1 parent f9a5e85 commit b4f6325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/conftest-deny/conftest-deny.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.15"
version = "~> 5.0"
}

}
Expand Down
2 changes: 1 addition & 1 deletion test/truncate-plan/truncate-plan.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.15"
version = "~> 5.0"
}

}
Expand Down

0 comments on commit b4f6325

Please sign in to comment.