Skip to content

Commit

Permalink
Merge pull request #76 from tpayne/renovate/google-6.x
Browse files Browse the repository at this point in the history
Update Terraform google to v6.16.0
  • Loading branch information
tpayne authored Jan 14, 2025
2 parents 57d2e48 + 18afe7b commit a89837b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/GCP/loose/gcp_sample1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/bastionhost/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/checking/module/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 = "6.15.0"
version = "6.16.0"
}
terracurl = {
source = "devops-rob/terracurl"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/checking/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 = "6.15.0"
version = "6.16.0"
}
terracurl = {
source = "devops-rob/terracurl"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/modules/database/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

terraform {
required_providers {
google = "< 6.16"
google = "< 6.17"
}
}
2 changes: 1 addition & 1 deletion samples/GCP/templates/standard3tier/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/vpn-classic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/vpn-hybrid/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.15.0"
version = "6.16.0"
}
}
}
Expand Down

0 comments on commit a89837b

Please sign in to comment.