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_vbr_health_check" {
source="./modules/alicloud/r/alicloud_cen_vbr_health_check"# cen_id - (required) is a type of stringcen_id=null# health_check_interval - (optional) is a type of numberhealth_check_interval=null# health_check_source_ip - (optional) is a type of stringhealth_check_source_ip=null# health_check_target_ip - (required) is a type of stringhealth_check_target_ip=null# healthy_threshold - (optional) is a type of numberhealthy_threshold=null# vbr_instance_id - (required) is a type of stringvbr_instance_id=null# vbr_instance_owner_id - (optional) is a type of numbervbr_instance_owner_id=null# vbr_instance_region_id - (required) is a type of stringvbr_instance_region_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"alicloud_cen_vbr_health_check""this" {
# cen_id - (required) is a type of stringcen_id=var.cen_id# health_check_interval - (optional) is a type of numberhealth_check_interval=var.health_check_interval# health_check_source_ip - (optional) is a type of stringhealth_check_source_ip=var.health_check_source_ip# health_check_target_ip - (required) is a type of stringhealth_check_target_ip=var.health_check_target_ip# healthy_threshold - (optional) is a type of numberhealthy_threshold=var.healthy_threshold# vbr_instance_id - (required) is a type of stringvbr_instance_id=var.vbr_instance_id# vbr_instance_owner_id - (optional) is a type of numbervbr_instance_owner_id=var.vbr_instance_owner_id# vbr_instance_region_id - (required) is a type of stringvbr_instance_region_id=var.vbr_instance_region_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"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}