-
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 project service identity #7020
Support project service identity #7020
Comments
This is the relevant API. |
b/165640832 |
We really need this feature as Composer service account use to be part of enabling the service. Recently they changed the behavior and it is not created as part of enabling composer service. It can be enabled by running gcloud beta services identity create --service=composer.googleapis.com |
@c2thorn I am looking into adding support for this in magic modules. Thanks! |
If anyone wants to use this immediately, an initial version of the resource is available at hashicorp/terraform-provider-google-beta#2430. I verified correctness with the following config:
|
Thanks. Any ETA when it will be available? |
@imrannayer google providers are released on a weekly basis, but if you need it sooner you can clone the repo and run |
FYI - for more details/background explained by a Google engineer (afaik), see terraform-google-modules/terraform-google-project-factory#448 (comment) |
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
Description
New or Affected Resource(s)
Potential Terraform Configuration
References
gcloud command: https://cloud.google.com/sdk/gcloud/reference/beta/services/identity/create
The text was updated successfully, but these errors were encountered: