From 7f775fcc41cd37a8c7e81cdf1e9639bdea38385b Mon Sep 17 00:00:00 2001 From: Wybren Kortstra Date: Thu, 10 Feb 2022 20:22:57 +0100 Subject: [PATCH] chore: update readme to reflect TPG version constraints (#27) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32438d37..2cefd9c2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Basic usage of this module is as follows: ```hcl module "cloud_run" { source = "GoogleCloudPlatform/cloud-run/google" - version = "~> 0.1.1" + version = "~> 0.2.0" # Required variables service_name = "" @@ -90,9 +90,8 @@ These sections describe requirements for using this module. ### Software - [Terraform](https://www.terraform.io/downloads.html) ~> v0.13+ -- [Terraform Provider for GCP](https://github.com/terraform-providers/terraform-provider-google) ~> v3.53+ -- [Terraform Provider for GCP Beta](https://github.com/terraform-providers/terraform-provider-google-beta) ~> - v3.53+ +- [Terraform Provider for GCP](https://github.com/terraform-providers/terraform-provider-google) >= 3.53, < 5.0 +- [Terraform Provider for GCP Beta](https://github.com/terraform-providers/terraform-provider-google-beta) >= 3.53, < 5.0 ### Service Account