Skip to content

Commit

Permalink
chore(deps): update terraform provides
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent a9042fb commit 7c7d1b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infrastructure/docs/client-node/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.20.0"
version = "~> 5.72.0"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.69.0"
version = "~> 5.72.0"
}

template = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.69.0"
version = "~> 5.72.0"
}

template = {
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.78.0"
version = "~> 6.7.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 7c7d1b9

Please sign in to comment.