vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Add support for optionally creating iam service account members. #61

Closed edespino closed 6 years ago

edespino commented 6 years ago

To disable the creation of the google project iam service account members, users can provide the following in terraform.tfvars:

create_iam_service_account_members = false

This commit fixes #39

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

edespino commented 6 years ago

@ryanmoran - Thanks for catching the README.md issue. I have since fixed it in this PR.