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 499c4db commit bd1a9ecCopy full SHA for bd1a9ec
README.md
@@ -15,9 +15,10 @@ module "composer" {
15
source = "terraform-google-modules/composer/google"
16
version = "~> 0.1"
17
18
- project_id = "<PROJECT ID>"
19
- name = "composer-env-test"
20
- region = "us-central1"
+ project_id = "<PROJECT ID>"
+ region = "us-central1"
+ composer_env_name = "composer-env-test"
21
+ composer_sa = "project-service-account@<PROJECT_ID>.iam.gserviceaccount.com"
22
}
23
```
24
0 commit comments