Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 5586ce1 commit 5db1ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra-examples/aws/k8s-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.65"
version = "~> 5.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion infra-examples/aws/vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.65"
version = "~> 5.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 5db1ea4

Please sign in to comment.