» vault_gcp_auth_backend

Provides a resource to configure the GCP auth backend within Vault.

» Example Usage

resource "vault_gcp_auth_backend" "gcp" {
    credentials  = "${file("vault-gcp-credentials.json")}"
}

» Argument Reference

The following arguments are supported:

  • credentials - (Required) A JSON string containing the contents of a GCP credentials file.

For more details on the usage of each argument consult the Vault GCP API documentation.

» Attribute Reference

In addition to the fields above, the following attributes are also exposed: