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_private_zone" {
source="./modules/alicloud/r/alicloud_cen_private_zone"# access_region_id - (required) is a type of stringaccess_region_id=null# cen_id - (required) is a type of stringcen_id=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
}]
}
resource"alicloud_cen_private_zone""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# 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"]
}
}
}