Skip to content

Commit

Permalink
Merge pull request #1188 from portefaix/renovate/google-5.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform google to v5.36.0
  • Loading branch information
nlamirault committed Jul 8, 2024
2 parents 6f0655e + 6460238 commit 1888756
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/bastion/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/bastion/modules/bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cert-manager/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cert-manager/modules/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-armor/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-armor/modules/cloud-armor/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-dns/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-dns/modules/cloud-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-nat/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-nat/modules/cloud-nat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/external-dns/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/external-dns/modules/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/external-ips/cloud-nat/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/external-ips/external-lb/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/gh-oidc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
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 @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# tflint-ignore: terraform_unused_required_providers
google-beta = {
Expand Down
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 @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/internal-ips/internal-lb/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
# google-beta = {
# source = "hashicorp/google-beta"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/observability/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/observability/modules/observability/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
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 @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
configuration_aliases = [
google.bootstrap,
google.network,
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/pubsub/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/pubsub/modules/pubsub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/secrets/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/secrets/modules/secrets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/vpc/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/vpc/modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
google = {
source = "hashicorp/google"
version = "5.30.0"
version = "5.36.0"
}
}
}

0 comments on commit 1888756

Please sign in to comment.