Skip to content

Commit

Permalink
chore: update readme to reflect TPG version constraints (GoogleCloudP…
Browse files Browse the repository at this point in the history
  • Loading branch information
Langstra authored Feb 10, 2022
1 parent b0a5933 commit 7f775fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<SERVICE NAME>"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7f775fc

Please sign in to comment.