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
records=[
{
key ="bastion_A"
name ="bastion"
value ="192.168.1.11"
type ="A"
ttl =3600
},
{
key ="api_A"
name ="api"
value ="192.168.2.22"
type ="A"
ttl =3600
},
{
key ="test.example.com_NS_1"
name ="test"
value ="aws-resolver1.blabla"
type ="NS"
ttl =3600
},
{
key ="test.example.com_NS_2"
name ="test"
value ="aws-resolver2.blabla"
type ="NS"
ttl =3600
},
]
This would
Allow key to be optional but if it was set, it would be mandatory for all items in the list
The text was updated successfully, but these errors were encountered:
nitrocode
changed the title
Improve records interface to allow for
Improve records interface to allow for multiple records with unique values
Sep 7, 2022
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Need to create 4 records with the same value with different targets
i.e.
This results in resource conflicts because the
value
is not added to the keyExpected Behavior
Unique keys per record
Proposal
This would
key
to be optional but if it was set, it would be mandatory for all items in the listreferences
The text was updated successfully, but these errors were encountered: