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_checks" {
source="./modules/alicloud/d/alicloud_cen_vbr_health_checks"# cen_id - (optional) is a type of stringcen_id=null# output_file - (optional) is a type of stringoutput_file=null# vbr_instance_id - (optional) 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=null
}
data"alicloud_cen_vbr_health_checks""this" {
# cen_id - (optional) is a type of stringcen_id=var.cen_id# output_file - (optional) is a type of stringoutput_file=var.output_file# vbr_instance_id - (optional) 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_id
}
output"checks" {
description="returns a list of object"value=data.alicloud_cen_vbr_health_checks.this.checks
}
output"id" {
description="returns a string"value=data.alicloud_cen_vbr_health_checks.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_cen_vbr_health_checks.this.ids
}
output"this" {
value=alicloud_cen_vbr_health_checks.this
}