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_gateway_interface_v2" {
source="./modules/ecl/d/ecl_network_gateway_interface_v2"# aws_gw_id - (optional) is a type of stringaws_gw_id=null# azure_gw_id - (optional) is a type of stringazure_gw_id=null# description - (optional) is a type of stringdescription=null# gateway_interface_id - (optional) is a type of stringgateway_interface_id=null# gcp_gw_id - (optional) is a type of stringgcp_gw_id=null# gw_vipv4 - (optional) is a type of stringgw_vipv4=null# gw_vipv6 - (optional) is a type of stringgw_vipv6=null# interdc_gw_id - (optional) is a type of stringinterdc_gw_id=null# internet_gw_id - (optional) is a type of stringinternet_gw_id=null# name - (optional) is a type of stringname=null# netmask - (optional) is a type of numbernetmask=null# network_id - (optional) is a type of stringnetwork_id=null# primary_ipv4 - (optional) is a type of stringprimary_ipv4=null# primary_ipv6 - (optional) is a type of stringprimary_ipv6=null# region - (optional) is a type of stringregion=null# secondary_ipv4 - (optional) is a type of stringsecondary_ipv4=null# secondary_ipv6 - (optional) is a type of stringsecondary_ipv6=null# service_type - (optional) is a type of stringservice_type=null# status - (optional) is a type of stringstatus=null# tenant_id - (optional) is a type of stringtenant_id=null# vpn_gw_id - (optional) is a type of stringvpn_gw_id=null# vrid - (optional) is a type of numbervrid=null
}
data"ecl_network_gateway_interface_v2""this" {
# aws_gw_id - (optional) is a type of stringaws_gw_id=var.aws_gw_id# azure_gw_id - (optional) is a type of stringazure_gw_id=var.azure_gw_id# description - (optional) is a type of stringdescription=var.description# gateway_interface_id - (optional) is a type of stringgateway_interface_id=var.gateway_interface_id# gcp_gw_id - (optional) is a type of stringgcp_gw_id=var.gcp_gw_id# gw_vipv4 - (optional) is a type of stringgw_vipv4=var.gw_vipv4# gw_vipv6 - (optional) is a type of stringgw_vipv6=var.gw_vipv6# interdc_gw_id - (optional) is a type of stringinterdc_gw_id=var.interdc_gw_id# internet_gw_id - (optional) is a type of stringinternet_gw_id=var.internet_gw_id# name - (optional) is a type of stringname=var.name# netmask - (optional) is a type of numbernetmask=var.netmask# network_id - (optional) is a type of stringnetwork_id=var.network_id# primary_ipv4 - (optional) is a type of stringprimary_ipv4=var.primary_ipv4# primary_ipv6 - (optional) is a type of stringprimary_ipv6=var.primary_ipv6# region - (optional) is a type of stringregion=var.region# secondary_ipv4 - (optional) is a type of stringsecondary_ipv4=var.secondary_ipv4# secondary_ipv6 - (optional) is a type of stringsecondary_ipv6=var.secondary_ipv6# service_type - (optional) is a type of stringservice_type=var.service_type# status - (optional) is a type of stringstatus=var.status# tenant_id - (optional) is a type of stringtenant_id=var.tenant_id# vpn_gw_id - (optional) is a type of stringvpn_gw_id=var.vpn_gw_id# vrid - (optional) is a type of numbervrid=var.vrid
}