We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d4f42 commit 4df7602Copy full SHA for 4df7602
README.md
@@ -13,12 +13,11 @@ Basic usage of this module is as follows:
13
```hcl
14
module "composer" {
15
source = "terraform-google-modules/composer/google"
16
- version = "~> 0.1"
+ version = "~> 2.0"
17
18
project_id = "<PROJECT ID>"
19
region = "us-central1"
20
composer_env_name = "composer-env-test"
21
- composer_sa = "project-service-account@<PROJECT_ID>.iam.gserviceaccount.com"
22
network = "test-network"
23
subnetwork = "composer-subnet"
24
}
0 commit comments