vault_gcp_secret_backend

Creates an GCP Secret Backend for Vault. GCP secret backends can then issue GCP OAuth token or Service Account keys, once a role has been added to the backend.

Example Usage

resource "vault_gcp_secret_backend" "gcp" {
  credentials = file("credentials.json")
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exported by this resource.