Skip to content
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

Allow creation of google_service_account_key #37

Open
kevcube opened this issue Mar 13, 2023 · 1 comment
Open

Allow creation of google_service_account_key #37

kevcube opened this issue Mar 13, 2023 · 1 comment
Assignees

Comments

@kevcube
Copy link

kevcube commented Mar 13, 2023

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.

@nitesh8860
Copy link

I've added a PR accomplishing this request
https://github.com/mineiros-io/terraform-google-service-account/pull/38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants