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_qos_options_v2" {
source="./modules/ecl/d/ecl_network_qos_options_v2"# aws_service_id - (optional) is a type of stringaws_service_id=null# azure_service_id - (optional) is a type of stringazure_service_id=null# bandwidth - (optional) is a type of stringbandwidth=null# description - (optional) is a type of stringdescription=null# fic_service_id - (optional) is a type of stringfic_service_id=null# gcp_service_id - (optional) is a type of stringgcp_service_id=null# interdc_service_id - (optional) is a type of stringinterdc_service_id=null# internet_service_id - (optional) is a type of stringinternet_service_id=null# name - (optional) is a type of stringname=null# qos_option_id - (optional) is a type of stringqos_option_id=null# qos_type - (optional) is a type of stringqos_type=null# service_type - (optional) is a type of stringservice_type=null# status - (optional) is a type of stringstatus=null# vpn_service_id - (optional) is a type of stringvpn_service_id=null
}
data"ecl_network_qos_options_v2""this" {
# aws_service_id - (optional) is a type of stringaws_service_id=var.aws_service_id# azure_service_id - (optional) is a type of stringazure_service_id=var.azure_service_id# bandwidth - (optional) is a type of stringbandwidth=var.bandwidth# description - (optional) is a type of stringdescription=var.description# fic_service_id - (optional) is a type of stringfic_service_id=var.fic_service_id# gcp_service_id - (optional) is a type of stringgcp_service_id=var.gcp_service_id# interdc_service_id - (optional) is a type of stringinterdc_service_id=var.interdc_service_id# internet_service_id - (optional) is a type of stringinternet_service_id=var.internet_service_id# name - (optional) is a type of stringname=var.name# qos_option_id - (optional) is a type of stringqos_option_id=var.qos_option_id# qos_type - (optional) is a type of stringqos_type=var.qos_type# service_type - (optional) is a type of stringservice_type=var.service_type# status - (optional) is a type of stringstatus=var.status# vpn_service_id - (optional) is a type of stringvpn_service_id=var.vpn_service_id
}