-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes preconditions.py script into the module #478
Removes preconditions.py script into the module #478
Conversation
…econditions_script.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
Co-authored-by: Morgante Pell <[email protected]>
This reverts commit bc2b7cc.
…ect-factory into master
Sorry for the delay. I've been busy. I wanted to do this past week. |
Sorry if this is not the right area to raise this question, but I have been trying to run this and even using the setup script, I am still experiencing this issue and not sure what IAM member and role to adjust to get past this error. Any ideas? Error: failed pre-requisites: missing permission on "billingAccounts/012C34-27AF51-73A832": billing.resourceAssociations.create |
@iestarks You need to make sure your service account (or user identity) has Billing User on the Billing Account - https://github.com/terraform-google-modules/terraform-google-project-factory/blob/master/docs/TROUBLESHOOTING.md#missing-rolesbillinguser-role |
This PR removes the null_resource for preconditions.py script as per the issue #407