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
description = "The address for your Vault or HCP Vault cluster, e.g. https://vault-cluster.vault.<uuid>.aws.hashicorp.cloud:8200"
}
variable "vault_namespace" {
type = string
description = "The Vault namespace used, if necessary. For HCP Vault, a namespace is required and automatically created as 'admin'. See https://developer.hashicorp.com/vault/tutorials/cloud-ops/hcp-vault-namespace-considerations#hcp-vault-admin-namespace"
}
variable "vault_role" {
type = string
description = "The Vault role you created for JWT authentication with TFC"