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"constellix_cname_record_pool" {
source="./modules/constellix/d/constellix_cname_record_pool"# disableflag1 - (optional) is a type of booldisableflag1=null# failed_flag - (optional) is a type of boolfailed_flag=null# min_available_failover - (optional) is a type of numbermin_available_failover=null# name - (required) is a type of stringname=null# note - (optional) is a type of stringnote=null# num_return - (optional) is a type of numbernum_return=null# version - (optional) is a type of numberversion=nullvalues=[{
check_id =null
disable_flag =null
policy =null
value =null
weight =null
}]
}
data"constellix_cname_record_pool""this" {
# disableflag1 - (optional) is a type of booldisableflag1=var.disableflag1# failed_flag - (optional) is a type of boolfailed_flag=var.failed_flag# min_available_failover - (optional) is a type of numbermin_available_failover=var.min_available_failover# name - (required) is a type of stringname=var.name# note - (optional) is a type of stringnote=var.note# num_return - (optional) is a type of numbernum_return=var.num_return# version - (optional) is a type of numberversion=var.versiondynamic"values" {
for_each=var.valuescontent {
# check_id - (optional) is a type of numbercheck_id=values.value["check_id"]
# disable_flag - (optional) is a type of booldisable_flag=values.value["disable_flag"]
# policy - (required) is a type of stringpolicy=values.value["policy"]
# value - (required) is a type of stringvalue=values.value["value"]
# weight - (required) is a type of numberweight=values.value["weight"]
}
}
}