Skip to content

Commit

Permalink
Merge pull request #1189 from portefaix/renovate/google-beta-5.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform google-beta to v5.36.0
  • Loading branch information
nlamirault committed Jul 8, 2024
2 parents 4c7eef0 + c984645 commit 6f0655e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/artifact-registry/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/gke/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/gke/modules/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
configuration_aliases = [
google-beta.bootstrap,
google-beta.network,
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/root/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
# }
google-beta = {
source = "hashicorp/google-beta"
version = "5.30.0"
version = "5.36.0"
}
}
}

0 comments on commit 6f0655e

Please sign in to comment.