-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't specify support_email with google_iap_brand resource #6104
Comments
@pierrefevrier can you try your google group email (of your org) for support_email attrubute and see if the error goes away. |
Hey @pierrefevrier Wanted to chime in with some extra information on the You are onto something: https://cloud.google.com/iap/docs/programmatic-oauth-clients the
Generally terraform runs as a service account, so the easiest way to have the service account own the Alternatively you could run terraform as the user that owns the support email, but I haven't tested this and it could be difficult if you have other infrastructure in your terraform config |
Thank you @venkykuberan and @slevenick. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Hi,
I'm trying to use the
google_iap_brand
but always got the following error:Error: Error creating Brand: googleapi: Error 400: Support email is not allowed: fake@my-domain.com
.I'm executing Terraform with a gcp project specific service account.
I tried several email address and groups but nothing works.
I'm asking my-self whether the only way to make it works is to run Terraform with the user that correspond to the email I set on
support_email
?Thanks for your help.
The text was updated successfully, but these errors were encountered: