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_common_function_gateway_v2" {
source="./modules/ecl/d/ecl_network_common_function_gateway_v2"# common_function_pool_id - (optional) is a type of stringcommon_function_pool_id=null# description - (optional) is a type of stringdescription=null# name - (optional) is a type of stringname=null# network_id - (optional) is a type of stringnetwork_id=null# subnet_id - (optional) is a type of stringsubnet_id=null# tenant_id - (optional) is a type of stringtenant_id=null
}
data"ecl_network_common_function_gateway_v2""this" {
# common_function_pool_id - (optional) is a type of stringcommon_function_pool_id=var.common_function_pool_id# description - (optional) is a type of stringdescription=var.description# name - (optional) is a type of stringname=var.name# network_id - (optional) is a type of stringnetwork_id=var.network_id# subnet_id - (optional) is a type of stringsubnet_id=var.subnet_id# tenant_id - (optional) is a type of stringtenant_id=var.tenant_id
}