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"ecl_security_host_based_v2" {
source="./modules/ecl/r/ecl_security_host_based_v2"# dsm_lang - (required) is a type of stringdsm_lang=null# locale - (optional) is a type of stringlocale=null# mail_address - (required) is a type of stringmail_address=null# max_agent_value - (required) is a type of numbermax_agent_value=null# service_order_service - (required) is a type of stringservice_order_service=null# tenant_id - (required) is a type of stringtenant_id=null# time_zone - (required) is a type of stringtime_zone=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"ecl_security_host_based_v2""this" {
# dsm_lang - (required) is a type of stringdsm_lang=var.dsm_lang# locale - (optional) is a type of stringlocale=var.locale# mail_address - (required) is a type of stringmail_address=var.mail_address# max_agent_value - (required) is a type of numbermax_agent_value=var.max_agent_value# service_order_service - (required) is a type of stringservice_order_service=var.service_order_service# tenant_id - (required) is a type of stringtenant_id=var.tenant_id# time_zone - (required) is a type of stringtime_zone=var.time_zonedynamic"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"]
}
}
}