-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support for google_app_engine_default_service_account #2998
Support for google_app_engine_default_service_account #2998
Comments
Hi, echoing this issue and my past issue which was closed without being resolved. When default service accounts are made by google, they can have all numeric ids (i.e. App Engine default service account). However, when you try to pull in these service accounts using a data block like so:
You get this error:
An easy fix would be to relax the regexp or provide a specific data sources as recommenced by the OP. Thank you. |
Disregard this -- it applies to the general case in kolaworld's comment, and not to the specific app_engine case in this ticket description. |
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 👉 [email protected]. Thanks! |
Community Note
Hello, I would like to have data source like: google_app_engine_default_service_account ([email protected]).
It's very similar to google_compute_default_service_account.
The text was updated successfully, but these errors were encountered: