CDN distribution: add string validator for backend type (#798)
* CDN distribution: add string validator for backend type * Update stackit/internal/services/cdn/distribution/resource.go Co-authored-by: Rüdiger Schmitz <ruediger.schmitz@inovex.de> * fix suggestion apply --------- Co-authored-by: Malte Ehrlen <malte.ehrlen@freiheit.com> Co-authored-by: Rüdiger Schmitz <ruediger.schmitz@inovex.de>
This commit is contained in:
parent
30a01c3037
commit
89fa6e5777
4 changed files with 10 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ Read-Only:
|
|||
|
||||
- `origin_request_headers` (Map of String) The configured origin request headers for the backend
|
||||
- `origin_url` (String) The configured backend type for the distribution
|
||||
- `type` (String) The configured backend type
|
||||
- `type` (String) The configured backend type. Supported values are: `http`.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ Required:
|
|||
Required:
|
||||
|
||||
- `origin_url` (String) The configured backend type for the distribution
|
||||
- `type` (String) The configured backend type
|
||||
- `type` (String) The configured backend type. Supported values are: `http`.
|
||||
|
||||
Optional:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue