Skip to content

Commit

Permalink
Merge pull request #3140 from RachaelSTamakloe/tpg_min_version_upgrade
Browse files Browse the repository at this point in the history
increasing the tpg min version constraint to 5.44.2
  • Loading branch information
RachaelSTamakloe authored Oct 29, 2024
2 parents 7d33a37 + bb77086 commit 25da7ba
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions pkg/config/expand.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ func getDefaultGoogleProviders(bp Blueprint) map[string]TerraformProvider {
return map[string]TerraformProvider{
"google": {
Source: "hashicorp/google",
Version: ">= 4.84.0, < 6.8.0",
Version: ">= 5.44.2, < 6.2.0",
Configuration: gglConf},
"google-beta": {
Source: "hashicorp/google-beta",
Version: ">= 4.84.0, < 6.8.0",
Version: ">= 5.44.2, < 6.2.0",
Configuration: gglConf}}
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/config/expand_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ func (s *zeroSuite) TestExpandProviders(c *C) {
c.Check(g.TerraformProviders, DeepEquals, map[string]PR{
"google": TerraformProvider{
Source: "hashicorp/google",
Version: ">= 4.84.0, < 6.8.0"},
Version: ">= 5.44.2, < 6.2.0"},
"google-beta": TerraformProvider{
Source: "hashicorp/google-beta",
Version: ">= 4.84.0, < 6.8.0"}})
Version: ">= 5.44.2, < 6.2.0"}})
}

{ // no def PR, group PR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ deployment_groups:
terraform_providers:
google:
source: hashicorp/google
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
zone: ((var.zone))
google-beta:
source: hashicorp/google-beta
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ deployment_groups:
terraform_providers:
google:
source: hashicorp/google
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
zone: ((var.zone))
google-beta:
source: hashicorp/google-beta
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
Expand Down Expand Up @@ -80,14 +80,14 @@ deployment_groups:
terraform_providers:
google:
source: hashicorp/google
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
zone: ((var.zone))
google-beta:
source: hashicorp/google-beta
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ deployment_groups:
terraform_providers:
google:
source: hashicorp/google
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
zone: ((var.zone))
google-beta:
source: hashicorp/google-beta
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ deployment_groups:
terraform_providers:
google:
source: hashicorp/google
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
zone: ((var.zone))
google-beta:
source: hashicorp/google-beta
version: '>= 4.84.0, < 6.8.0'
version: '>= 5.44.2, < 6.2.0'
configuration:
project: ((var.project_id))
region: ((var.region))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84.0, < 6.8.0"
version = ">= 5.44.2, < 6.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deployment_groups:
echo "Hello World" > /sw/hello.txt
- id: batch-compute-template
source: github.com/terraform-google-modules/terraform-google-vm//modules/instance_template?ref=v7.8.0
source: github.com/terraform-google-modules/terraform-google-vm//modules/instance_template?ref=v12.1.0
use: [batch-startup-script]
settings:
# Boiler plate to work with Cloud Foundation Toolkit
Expand Down

0 comments on commit 25da7ba

Please sign in to comment.