Skip to content

Commit

Permalink
Update Terraform aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent c5781c0 commit c6afdec
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 35 deletions.
47 changes: 31 additions & 16 deletions environments/production/.terraform.lock.hcl

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

47 changes: 31 additions & 16 deletions environments/production/network/.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 environments/production/network/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.56.0"
version = "5.79.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion environments/production/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.56.0"
version = "5.79.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion environments/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.56.0"
version = "5.79.0"
}
}

Expand Down

0 comments on commit c6afdec

Please sign in to comment.