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: "Type of rule. The rule is applied if the requested URI matches the rule pattern. It has two possible values: Type 0 — RegEx. Must start with '^/' or '/'. Type 1 — RegEx. Legacy type. Note that for this rule type we automatically add / to each rule pattern before your regular expression. Please use Type 0.",
38
39
},
39
-
"origin_protocol": {
40
+
"override_origin_protocol": {
40
41
Type: schema.TypeString,
41
42
Optional: true,
42
-
Computed: true,
43
43
Description: "This option defines the protocol that will be used by CDN servers to request content from an origin source. If not specified, we will use HTTP to connect to an origin server. Possible values are: HTTPS, HTTP, MATCH.",
44
44
},
45
45
"options": optionsSchema,
@@ -61,7 +61,10 @@ func resourceCDNRuleCreate(ctx context.Context, d *schema.ResourceData, m interf
0 commit comments