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_internet_gateway_v2" {
source="./modules/ecl/r/ecl_network_internet_gateway_v2"# description - (optional) is a type of stringdescription=null# internet_service_id - (required) is a type of stringinternet_service_id=null# name - (optional) is a type of stringname=null# qos_option_id - (required) is a type of stringqos_option_id=null# region - (optional) is a type of stringregion=null# tenant_id - (optional) is a type of stringtenant_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"ecl_network_internet_gateway_v2""this" {
# description - (optional) is a type of stringdescription=var.description# internet_service_id - (required) is a type of stringinternet_service_id=var.internet_service_id# name - (optional) is a type of stringname=var.name# qos_option_id - (required) is a type of stringqos_option_id=var.qos_option_id# region - (optional) is a type of stringregion=var.region# tenant_id - (optional) is a type of stringtenant_id=var.tenant_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"]
}
}
}