Skip to content

Commit a5cdeed

Browse files
authored
fix: make domain_name_id string (!)
Breaking change, we can only support one dynamic domain name id so it should be a string not a list
1 parent 17afdde commit a5cdeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_types/cloud/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ node_types:
336336
dynamic_domain_name:
337337
type: string
338338
required: false
339-
dynamic_domain_name_ids:
340-
type: list
339+
dynamic_domain_name_id:
340+
type: string
341341
required: false
342342
interfaces:
343343
Occopus:

0 commit comments

Comments
 (0)