Skip to content

Commit 4df7602

Browse files
authored
chore: Update documentation to reflect latest version / fields (#20)
As of 549ba62 composer_sa is no longer a required top level field for this module. Also updates README to reflect latest module version.
1 parent 67d4f42 commit 4df7602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ Basic usage of this module is as follows:
1313
```hcl
1414
module "composer" {
1515
source = "terraform-google-modules/composer/google"
16-
version = "~> 0.1"
16+
version = "~> 2.0"
1717
1818
project_id = "<PROJECT ID>"
1919
region = "us-central1"
2020
composer_env_name = "composer-env-test"
21-
composer_sa = "project-service-account@<PROJECT_ID>.iam.gserviceaccount.com"
2221
network = "test-network"
2322
subnetwork = "composer-subnet"
2423
}

0 commit comments

Comments
 (0)