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_security_network_based_device_ha_v2" {
source="./modules/ecl/r/ecl_security_network_based_device_ha_v2"# host_1_az_group - (required) is a type of stringhost_1_az_group=null# host_2_az_group - (required) is a type of stringhost_2_az_group=null# license_kind - (required) is a type of stringlicense_kind=null# locale - (optional) is a type of stringlocale=null# operating_mode - (required) is a type of stringoperating_mode=null# tenant_id - (required) is a type of stringtenant_id=nullha_link_1=[{
host_1_ip_address =null
host_2_ip_address =null
network_id =null
subnet_id =null
}]
ha_link_2=[{
host_1_ip_address =null
host_2_ip_address =null
network_id =null
subnet_id =null
}]
port=[{
comment =null
enable =null
enable_ping =null
host_1_ip_address =null
host_1_ip_address_prefix =null
host_2_ip_address =null
host_2_ip_address_prefix =null
mtu =null
network_id =null
preempt =null
subnet_id =null
vrrp_grp_id =null
vrrp_id =null
vrrp_ip_address =null
}]
timeouts=[{
create =null
delete =null
update =null
}]
}
resource"ecl_security_network_based_device_ha_v2""this" {
# host_1_az_group - (required) is a type of stringhost_1_az_group=var.host_1_az_group# host_2_az_group - (required) is a type of stringhost_2_az_group=var.host_2_az_group# license_kind - (required) is a type of stringlicense_kind=var.license_kind# locale - (optional) is a type of stringlocale=var.locale# operating_mode - (required) is a type of stringoperating_mode=var.operating_mode# tenant_id - (required) is a type of stringtenant_id=var.tenant_iddynamic"ha_link_1" {
for_each=var.ha_link_1content {
# host_1_ip_address - (required) is a type of stringhost_1_ip_address=ha_link_1.value["host_1_ip_address"]
# host_2_ip_address - (required) is a type of stringhost_2_ip_address=ha_link_1.value["host_2_ip_address"]
# network_id - (required) is a type of stringnetwork_id=ha_link_1.value["network_id"]
# subnet_id - (required) is a type of stringsubnet_id=ha_link_1.value["subnet_id"]
}
}
dynamic"ha_link_2" {
for_each=var.ha_link_2content {
# host_1_ip_address - (required) is a type of stringhost_1_ip_address=ha_link_2.value["host_1_ip_address"]
# host_2_ip_address - (required) is a type of stringhost_2_ip_address=ha_link_2.value["host_2_ip_address"]
# network_id - (required) is a type of stringnetwork_id=ha_link_2.value["network_id"]
# subnet_id - (required) is a type of stringsubnet_id=ha_link_2.value["subnet_id"]
}
}
dynamic"port" {
for_each=var.portcontent {
# comment - (optional) is a type of stringcomment=port.value["comment"]
# enable - (required) is a type of stringenable=port.value["enable"]
# enable_ping - (optional) is a type of stringenable_ping=port.value["enable_ping"]
# host_1_ip_address - (optional) is a type of stringhost_1_ip_address=port.value["host_1_ip_address"]
# host_1_ip_address_prefix - (optional) is a type of numberhost_1_ip_address_prefix=port.value["host_1_ip_address_prefix"]
# host_2_ip_address - (optional) is a type of stringhost_2_ip_address=port.value["host_2_ip_address"]
# host_2_ip_address_prefix - (optional) is a type of numberhost_2_ip_address_prefix=port.value["host_2_ip_address_prefix"]
# mtu - (optional) is a type of stringmtu=port.value["mtu"]
# network_id - (optional) is a type of stringnetwork_id=port.value["network_id"]
# preempt - (optional) is a type of stringpreempt=port.value["preempt"]
# subnet_id - (optional) is a type of stringsubnet_id=port.value["subnet_id"]
# vrrp_grp_id - (optional) is a type of stringvrrp_grp_id=port.value["vrrp_grp_id"]
# vrrp_id - (optional) is a type of stringvrrp_id=port.value["vrrp_id"]
# vrrp_ip_address - (optional) is a type of stringvrrp_ip_address=port.value["vrrp_ip_address"]
}
}
dynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}