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"alicloud_cen_route_service" {
source="./modules/alicloud/r/alicloud_cen_route_service"# access_region_id - (required) is a type of stringaccess_region_id=null# cen_id - (required) is a type of stringcen_id=null# description - (optional) is a type of stringdescription=null# host - (required) is a type of stringhost=null# host_region_id - (required) is a type of stringhost_region_id=null# host_vpc_id - (required) is a type of stringhost_vpc_id=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_cen_route_service""this" {
# access_region_id - (required) is a type of stringaccess_region_id=var.access_region_id# cen_id - (required) is a type of stringcen_id=var.cen_id# description - (optional) is a type of stringdescription=var.description# host - (required) is a type of stringhost=var.host# host_region_id - (required) is a type of stringhost_region_id=var.host_region_id# host_vpc_id - (required) is a type of stringhost_vpc_id=var.host_vpc_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"]
}
}
}