From 5b0aa2ba243a02f4a6bf7819cb643db7b4818b9a Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Tue, 17 Oct 2023 09:33:40 -0500 Subject: [PATCH] fix: upgraded versions.tf to include minor bumps from tpg v5 --- examples/security-policy-all/versions.tf | 4 ++-- examples/security-policy-edge/versions.tf | 4 ++-- examples/security-policy-managed-protection-plus/versions.tf | 4 ++-- examples/security-policy-recaptcha/versions.tf | 4 ++-- examples/simple-example/versions.tf | 4 ++-- versions.tf | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/security-policy-all/versions.tf b/examples/security-policy-all/versions.tf index e220e27..8c033ed 100644 --- a/examples/security-policy-all/versions.tf +++ b/examples/security-policy-all/versions.tf @@ -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" } } } diff --git a/examples/security-policy-edge/versions.tf b/examples/security-policy-edge/versions.tf index e220e27..8c033ed 100644 --- a/examples/security-policy-edge/versions.tf +++ b/examples/security-policy-edge/versions.tf @@ -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" } } } diff --git a/examples/security-policy-managed-protection-plus/versions.tf b/examples/security-policy-managed-protection-plus/versions.tf index e220e27..8c033ed 100644 --- a/examples/security-policy-managed-protection-plus/versions.tf +++ b/examples/security-policy-managed-protection-plus/versions.tf @@ -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" } } } diff --git a/examples/security-policy-recaptcha/versions.tf b/examples/security-policy-recaptcha/versions.tf index e220e27..8c033ed 100644 --- a/examples/security-policy-recaptcha/versions.tf +++ b/examples/security-policy-recaptcha/versions.tf @@ -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" } } } diff --git a/examples/simple-example/versions.tf b/examples/simple-example/versions.tf index e220e27..8c033ed 100644 --- a/examples/simple-example/versions.tf +++ b/examples/simple-example/versions.tf @@ -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" } } } diff --git a/versions.tf b/versions.tf index 16c87b0..933c215 100644 --- a/versions.tf +++ b/versions.tf @@ -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" {