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_privatelink_vpc_endpoint_zone" {
source="./modules/alicloud/r/alicloud_privatelink_vpc_endpoint_zone"# dry_run - (optional) is a type of booldry_run=null# endpoint_id - (required) is a type of stringendpoint_id=null# vswitch_id - (required) is a type of stringvswitch_id=null# zone_id - (optional) is a type of stringzone_id=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_privatelink_vpc_endpoint_zone""this" {
# dry_run - (optional) is a type of booldry_run=var.dry_run# endpoint_id - (required) is a type of stringendpoint_id=var.endpoint_id# vswitch_id - (required) is a type of stringvswitch_id=var.vswitch_id# zone_id - (optional) is a type of stringzone_id=var.zone_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"]
}
}
}