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"oci_health_checks_http_monitor" {
source="./modules/oci/r/oci_health_checks_http_monitor"# compartment_id - (required) is a type of stringcompartment_id=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# display_name - (required) is a type of stringdisplay_name=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# headers - (optional) is a type of map of stringheaders={}
# interval_in_seconds - (required) is a type of numberinterval_in_seconds=null# is_enabled - (optional) is a type of boolis_enabled=null# method - (optional) is a type of stringmethod=null# path - (optional) is a type of stringpath=null# port - (optional) is a type of numberport=null# protocol - (required) is a type of stringprotocol=null# targets - (required) is a type of list of stringtargets=[]
# timeout_in_seconds - (optional) is a type of numbertimeout_in_seconds=null# vantage_point_names - (optional) is a type of list of stringvantage_point_names=[]
timeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_health_checks_http_monitor""this" {
# compartment_id - (required) is a type of stringcompartment_id=var.compartment_id# defined_tags - (optional) is a type of map of stringdefined_tags=var.defined_tags# display_name - (required) is a type of stringdisplay_name=var.display_name# freeform_tags - (optional) is a type of map of stringfreeform_tags=var.freeform_tags# headers - (optional) is a type of map of stringheaders=var.headers# interval_in_seconds - (required) is a type of numberinterval_in_seconds=var.interval_in_seconds# is_enabled - (optional) is a type of boolis_enabled=var.is_enabled# method - (optional) is a type of stringmethod=var.method# path - (optional) is a type of stringpath=var.path# port - (optional) is a type of numberport=var.port# protocol - (required) is a type of stringprotocol=var.protocol# targets - (required) is a type of list of stringtargets=var.targets# timeout_in_seconds - (optional) is a type of numbertimeout_in_seconds=var.timeout_in_seconds# vantage_point_names - (optional) is a type of list of stringvantage_point_names=var.vantage_point_namesdynamic"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"]
}
}
}
output"defined_tags" {
description="returns a map of string"value=oci_health_checks_http_monitor.this.defined_tags
}
output"freeform_tags" {
description="returns a map of string"value=oci_health_checks_http_monitor.this.freeform_tags
}
output"headers" {
description="returns a map of string"value=oci_health_checks_http_monitor.this.headers
}
output"home_region" {
description="returns a string"value=oci_health_checks_http_monitor.this.home_region
}
output"id" {
description="returns a string"value=oci_health_checks_http_monitor.this.id
}
output"is_enabled" {
description="returns a bool"value=oci_health_checks_http_monitor.this.is_enabled
}
output"method" {
description="returns a string"value=oci_health_checks_http_monitor.this.method
}
output"path" {
description="returns a string"value=oci_health_checks_http_monitor.this.path
}
output"port" {
description="returns a number"value=oci_health_checks_http_monitor.this.port
}
output"results_url" {
description="returns a string"value=oci_health_checks_http_monitor.this.results_url
}
output"time_created" {
description="returns a string"value=oci_health_checks_http_monitor.this.time_created
}
output"timeout_in_seconds" {
description="returns a number"value=oci_health_checks_http_monitor.this.timeout_in_seconds
}
output"vantage_point_names" {
description="returns a list of string"value=oci_health_checks_http_monitor.this.vantage_point_names
}
output"this" {
value=oci_health_checks_http_monitor.this
}