Skip to content

Commit bd1a9ec

Browse files
author
James H. Nguyen
authored
fix: Correction on usage parameters (#4)
1 parent 499c4db commit bd1a9ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ module "composer" {
1515
source = "terraform-google-modules/composer/google"
1616
version = "~> 0.1"
1717
18-
project_id = "<PROJECT ID>"
19-
name = "composer-env-test"
20-
region = "us-central1"
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"
2122
}
2223
```
2324

0 commit comments

Comments
 (0)