vault_terraform_cloud_secret_backend

Creates a Terraform Cloud Secret Backend for Vault. Terraform Cloud secret backends can then create Terraform Cloud tokens, once a role with the appropriate creds has been added to the backend.

Example Usage

resource "vault_terraform_cloud_secret_backend" "test" {
  backend     = "terraform"
  description = "Manages the Terraform Cloud backend"
  token       = "V0idfhi2iksSDU234ucdbi2nidsi..."
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exported by this resource.

Import

Terraform Cloud secret backends can be imported using the backend, e.g.

$ terraform import vault_terraform_cloud_secret_backend.example terraform