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
module"hcp_consul_agent_kubernetes_secret" {
source="./modules/hcp/d/hcp_consul_agent_kubernetes_secret"# cluster_id - (required) is a type of stringcluster_id=nulltimeouts=[{
default =null
}]
}
variable"cluster_id" {
description="(required) - The ID of the HCP Consul cluster."type=string
}
variable"timeouts" {
description="nested block: NestingSingle, min items: 0, max items: 0"type=set(object(
{
default =string
}
))
default=[]
}
data"hcp_consul_agent_kubernetes_secret""this" {
# cluster_id - (required) is a type of stringcluster_id=var.cluster_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# default - (optional) is a type of stringdefault=timeouts.value["default"]
}
}
}