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"hcs_agent_kubernetes_secret" {
source="./modules/hcs/d/hcs_agent_kubernetes_secret"# managed_application_name - (required) is a type of stringmanaged_application_name=null# resource_group_name - (required) is a type of stringresource_group_name=nulltimeouts=[{
default =null
}]
}
variable"managed_application_name" {
description="(required) - The name of the HCS Azure Managed Application."type=string
}
variable"resource_group_name" {
description="(required) - The name of the Resource Group in which the HCS Azure Managed Application belongs."type=string
}
variable"timeouts" {
description="nested block: NestingSingle, min items: 0, max items: 0"type=set(object(
{
default =string
}
))
default=[]
}
data"hcs_agent_kubernetes_secret""this" {
# managed_application_name - (required) is a type of stringmanaged_application_name=var.managed_application_name# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_namedynamic"timeouts" {
for_each=var.timeoutscontent {
# default - (optional) is a type of stringdefault=timeouts.value["default"]
}
}
}