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"ecl_network_load_balancer_plan_v2" {
source="./modules/ecl/d/ecl_network_load_balancer_plan_v2"# description - (optional) is a type of stringdescription=null# enabled - (optional) is a type of boolenabled=null# maximum_syslog_servers - (optional) is a type of numbermaximum_syslog_servers=null# name - (optional) is a type of stringname=null# vendor - (optional) is a type of stringvendor=null# version - (optional) is a type of stringversion=nullmodel=[{
edition =null
size =null
}]
}
data"ecl_network_load_balancer_plan_v2""this" {
# description - (optional) is a type of stringdescription=var.description# enabled - (optional) is a type of boolenabled=var.enabled# maximum_syslog_servers - (optional) is a type of numbermaximum_syslog_servers=var.maximum_syslog_servers# name - (optional) is a type of stringname=var.name# vendor - (optional) is a type of stringvendor=var.vendor# version - (optional) is a type of stringversion=var.versiondynamic"model" {
for_each=var.modelcontent {
# edition - (optional) is a type of stringedition=model.value["edition"]
# size - (optional) is a type of stringsize=model.value["size"]
}
}
}