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
Description: "A comma separated list of resource paths. NOTE: this is a 1:1 list with url_patterns e.q: urls = \"Test,/Values\" url_patterns = \"CONTAINS,PREFIX\"",
71
-
Type: schema.TypeString,
72
-
Optional: true,
70
+
Description: "A comma separated list of resource paths. NOTE: this is a 1:1 list with url_patterns e.q: urls = \"Test,/Values\" url_patterns = \"CONTAINS,PREFIX\"",
71
+
Type: schema.TypeString,
72
+
Optional: true,
73
+
DiffSuppressFunc: suppressEquivalentStringDiffs,
73
74
},
74
75
"url_patterns": &schema.Schema{
75
-
Description: "The patterns should be in accordance with the matching urls sent by the urls parameter. Options: CONTAINS | EQUALS | PREFIX | SUFFIX | NOT_EQUALS | NOT_CONTAIN | NOT_PREFIX | NOT_SUFFIX",
76
-
Type: schema.TypeString,
77
-
Optional: true,
76
+
Description: "The patterns should be in accordance with the matching urls sent by the urls parameter. Options: CONTAINS | EQUALS | PREFIX | SUFFIX | NOT_EQUALS | NOT_CONTAIN | NOT_PREFIX | NOT_SUFFIX",
0 commit comments