Skip to content

Commit

Permalink
fix: upgraded versions.tf to include minor bumps from tpg v5
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Oct 17, 2023
1 parent 6c2c3f5 commit 5b0aa2b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/security-policy-all/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = ">= 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/security-policy-edge/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = ">= 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/security-policy-managed-protection-plus/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = ">= 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/security-policy-recaptcha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = ">= 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/simple-example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = ">= 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.79.0, < 5.0"
version = ">= 4.79.0, < 6.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.79.0, < 5.0"
version = ">= 4.79.0, < 6.0"
}
}
provider_meta "google" {
Expand Down

0 comments on commit 5b0aa2b

Please sign in to comment.