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.
-**cname** (String) A CNAME that will be used to deliver content though a CDN
68
+
-**cname** (String) A CNAME that will be used to deliver content though a CDN. If you update this field new resource will be created.
69
69
70
70
### Optional
71
71
@@ -100,6 +100,8 @@ Optional:
100
100
-**redirect_http_to_https** (Block List, Max: 1) Sets redirect from HTTP protocol to HTTPS for all resource requests. (see [below for nested schema](#nestedblock--options--redirect_http_to_https))
101
101
-**rewrite** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--rewrite))
102
102
-**sni** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--sni))
103
+
-**static_headers** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--static_headers))
104
+
-**static_request_headers** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--static_request_headers))
103
105
-**webp** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--webp))
-**options** (Block List, Max: 1) Each option in CDN resource settings. Each option added to CDN resource settings should have the following mandatory request fields: enabled, value. (see [below for nested schema](#nestedblock--options))
119
+
-**origin_group** (Number) ID of the Origins Group. Use one of your Origins Group or create a new one. You can use either 'origin' parameter or 'originGroup' in the resource definition.
119
120
-**origin_protocol** (String) 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.
120
121
121
122
<aid="nestedblock--options"></a>
@@ -134,6 +135,8 @@ Optional:
134
135
-**redirect_http_to_https** (Block List, Max: 1) Sets redirect from HTTP protocol to HTTPS for all resource requests. (see [below for nested schema](#nestedblock--options--redirect_http_to_https))
135
136
-**rewrite** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--rewrite))
136
137
-**sni** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--sni))
138
+
-**static_headers** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--static_headers))
139
+
-**static_request_headers** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--static_request_headers))
137
140
-**webp** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options--webp))
0 commit comments