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_provider_connectivity_tenant_connection_request_v2" {
source="./modules/ecl/r/ecl_provider_connectivity_tenant_connection_request_v2"# description - (optional) is a type of stringdescription=null# name - (optional) is a type of stringname=null# network_id - (required) is a type of stringnetwork_id=null# tags - (optional) is a type of map of stringtags={}
# tenant_id_other - (required) is a type of stringtenant_id_other=null
}
resource"ecl_provider_connectivity_tenant_connection_request_v2""this" {
# description - (optional) is a type of stringdescription=var.description# name - (optional) is a type of stringname=var.name# network_id - (required) is a type of stringnetwork_id=var.network_id# tags - (optional) is a type of map of stringtags=var.tags# tenant_id_other - (required) is a type of stringtenant_id_other=var.tenant_id_other
}