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
-`pipeline_id` - (Required) The ID of the pipeline.
38
-
-`backend_stage_id` - (Optional) The backend stage ID the cache stage will be linked to.
39
-
-`route_stage_id` - (Optional) The route stage ID the cache stage will be linked to.
40
-
-`waf_stage_id` - (Optional) The WAF stage ID the cache stage will be linked to.
38
+
-`backend_stage_id` - (Optional) The backend stage ID the cache stage will be linked to. Only one of `backend_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
39
+
-`route_stage_id` - (Optional) The route stage ID the cache stage will be linked to. Only one of `backend_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
40
+
-`waf_stage_id` - (Optional) The WAF stage ID the cache stage will be linked to. Only one of `backend_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
41
41
-`fallback_ttl` - (Optional) The Time To Live (TTL) in seconds. Defines how long content is cached.
42
42
-`refresh_cache` - (Optional) Trigger a refresh of the cache by changing this field's value.
43
43
-`purge_requests` - (Optional) The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
-`pipeline_id` - (Required) The ID of the pipeline.
24
-
-`backend_stage_id` - (Optional) The backend stage ID the DNS stage will be linked to.
25
-
-`tls_stage_id` - (Optional) The TLS stage ID the DNS stage will be linked to.
26
-
-`cache_stage_id` - (Optional) The cache stage ID the DNS stage will be linked to.
24
+
-`backend_stage_id` - (Optional) The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
25
+
-`tls_stage_id` - (Optional) The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
26
+
-`cache_stage_id` - (Optional) The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
27
27
-`fqdns` - (Optional) Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
28
28
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the DNS stage is associated with.
-`pipeline_id` - (Required) The ID of the pipeline.
36
-
-`backend_stage_id` - (Optional) The backend stage ID the TLS stage will be linked to.
37
-
-`cache_stage_id` - (Optional) The cache stage ID the TLS stage will be linked to.
38
-
-`route_stage_id` - (Optional) The route stage ID the TLS stage will be linked to.
39
-
-`waf_stage_id` - (Optional) The WAF stage ID the TLS stage will be linked to.
36
+
-`backend_stage_id` - (Optional) The backend stage ID the TLS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
37
+
-`cache_stage_id` - (Optional) The cache stage ID the TLS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
38
+
-`route_stage_id` - (Optional) The route stage ID the TLS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
39
+
-`waf_stage_id` - (Optional) The WAF stage ID the TLS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id`, `route_stage_id` and `waf_stage_id` should be specified.
40
40
-`managed_certificate` - (Optional) Set to true when Scaleway generates and manages a Let's Encrypt certificate for the TLS stage/custom endpoint.
0 commit comments