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"dome9_continuous_compliance_policy" {
source="./modules/dome9/r/dome9_continuous_compliance_policy"# notification_ids - (required) is a type of list of stringnotification_ids=[]
# ruleset_id - (optional) is a type of numberruleset_id=null# target_id - (required) is a type of stringtarget_id=null# target_type - (required) is a type of stringtarget_type=null
}
resource"dome9_continuous_compliance_policy""this" {
# notification_ids - (required) is a type of list of stringnotification_ids=var.notification_ids# ruleset_id - (optional) is a type of numberruleset_id=var.ruleset_id# target_id - (required) is a type of stringtarget_id=var.target_id# target_type - (required) is a type of stringtarget_type=var.target_type
}