You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for Terraform resource in Vault Provider for GCP service account key managed by Vault static account.
I use vault_gcp_secret_static_account resource [src] to create Vault static account. To create GCP service account key with this static account, I use:
It would be great to manage GCP service account keys by Vault static account with Vault Provider, but not with Google Cloud Provider (e.g., google_service_account_key resource [src]).
Does such Terraform resource (vault_gcp_secret_static_account_key) already exist? Are there plans for creation?
The text was updated successfully, but these errors were encountered:
Hi Team,
I am looking for Terraform resource in Vault Provider for GCP service account key managed by Vault static account.
I use
vault_gcp_secret_static_account
resource [src] to create Vault static account. To create GCP service account key with this static account, I use:or Terraform Data Sources:
It would be great to manage GCP service account keys by Vault static account with Vault Provider, but not with Google Cloud Provider (e.g.,
google_service_account_key
resource [src]).Does such Terraform resource (
vault_gcp_secret_static_account_key
) already exist? Are there plans for creation?The text was updated successfully, but these errors were encountered: