Skip to content

Commit

Permalink
additional
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Oct 16, 2023
1 parent 0d8acfc commit dd28de1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 30 deletions.
4 changes: 2 additions & 2 deletions autogen/versions.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 6"
}
random = {
source = "hashicorp/random"
Expand Down
6 changes: 2 additions & 4 deletions examples/cloudrun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 6"
source = "hashicorp/google-beta"
}
}
required_version = ">= 0.13"
Expand Down
6 changes: 2 additions & 4 deletions examples/https-redirect/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
template = {
source = "hashicorp/template"
Expand Down
6 changes: 2 additions & 4 deletions examples/mig-nat-http-lb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
template = {
source = "hashicorp/template"
Expand Down
6 changes: 2 additions & 4 deletions examples/multi-backend-multi-mig-bucket-https-lb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
random = {
source = "hashicorp/random"
Expand Down
6 changes: 2 additions & 4 deletions examples/multi-mig-http-lb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
template = {
source = "hashicorp/template"
Expand Down
6 changes: 2 additions & 4 deletions examples/multiple-certs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
random = {
source = "hashicorp/random"
Expand Down
6 changes: 2 additions & 4 deletions examples/shared-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
source = "hashicorp/google-beta"
}
template = {
source = "hashicorp/template"
Expand Down

0 comments on commit dd28de1

Please sign in to comment.