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
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Description: "This option defines the protocol that will be used by CDN servers to request content from an origin source. If not specified, it will be inherit from resource. Possible values are: HTTPS, HTTP, MATCH.",
49
49
},
50
+
"weight": {
51
+
Type: schema.TypeInt,
52
+
Optional: true,
53
+
Description: "Rule weight that determines rule execution order: from the smallest (0) to the highest.",
54
+
},
50
55
"options": optionsSchema,
51
56
},
52
57
CreateContext: resourceCDNRuleCreate,
@@ -66,6 +71,7 @@ func resourceCDNRuleCreate(ctx context.Context, d *schema.ResourceData, m interf
0 commit comments