We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
google_service_account_key
We are creating a module which creates a new service account and stores its key in a secret store.
I am able to do..
module "service_account" { source = "mineiros-io/service-account/google" } resource "google_service_account_key" "key" { service_account = module.service_account.service_account }
But it would be nice if we had the option to create a key in this module and view it as an output.
The text was updated successfully, but these errors were encountered:
I've added a PR accomplishing this request https://github.com/mineiros-io/terraform-google-service-account/pull/38
Sorry, something went wrong.
mariux
soerenmartius
No branches or pull requests
We are creating a module which creates a new service account and stores its key in a secret store.
I am able to do..
But it would be nice if we had the option to create a key in this module and view it as an output.
The text was updated successfully, but these errors were encountered: