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_static_route_v2" {
source="./modules/ecl/r/ecl_network_static_route_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# destination - (required) is a type of stringdestination=null# fic_gw_id - (optional) is a type of stringfic_gw_id=null# gcp_gw_id - (optional) is a type of stringgcp_gw_id=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# nexthop - (required) is a type of stringnexthop=null# region - (optional) is a type of stringregion=null# service_type - (required) is a type of stringservice_type=null# tenant_id - (optional) is a type of stringtenant_id=null# vpn_gw_id - (optional) is a type of stringvpn_gw_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"ecl_network_static_route_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# destination - (required) is a type of stringdestination=var.destination# fic_gw_id - (optional) is a type of stringfic_gw_id=var.fic_gw_id# gcp_gw_id - (optional) is a type of stringgcp_gw_id=var.gcp_gw_id# 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# nexthop - (required) is a type of stringnexthop=var.nexthop# region - (optional) is a type of stringregion=var.region# service_type - (required) is a type of stringservice_type=var.service_type# 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_iddynamic"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"]
}
}
}