Skip to content

Commit

Permalink
feat(terraform): update terraform aws to 5.20.0
Browse files Browse the repository at this point in the history
| datasource         | package       | from  | to     |
| ------------------ | ------------- | ----- | ------ |
| terraform-provider | hashicorp/aws | 5.9.0 | 5.20.0 |
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent a301a42 commit 8c7702b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions terraform/aws/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/aws/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.9.0"
version = "5.20.0"
}
sops = {
source = "carlpett/sops"
Expand Down

0 comments on commit 8c7702b

Please sign in to comment.