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
add matcher attribute to contentmatchers (#3607) (#2150)
* add matcher attribute to contentmatcher
* removed the required field as its mandatory
* tab removed and used spaces
Signed-off-by: Modular Magician <[email protected]>
Description: `The type of content matcher that will be applied to the server output, compared to the content string when the check is run. Possible values: ["CONTAINS_STRING", "NOT_CONTAINS_STRING", "MATCHES_REGEX", "NON_MATCHES_REGEX"]`,
73
+
},
68
74
},
69
75
},
70
76
},
@@ -629,6 +635,7 @@ func flattenMonitoringUptimeCheckConfigContentMatchers(v interface{}, d *schema.
0 commit comments