32 lines
561 B
JSON
32 lines
561 B
JSON
{
|
|
"Comment": "Update Public IPV4 Address",
|
|
"Changes": [
|
|
{
|
|
"Action": "UPSERT",
|
|
"ResourceRecordSet": {
|
|
"Name": "*.{{ fqdn }}.",
|
|
"Type": "A",
|
|
"TTL": 300,
|
|
"ResourceRecords": [
|
|
{
|
|
"Value": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Action": "UPSERT",
|
|
"ResourceRecordSet": {
|
|
"Name": "{{ fqdn }}.",
|
|
"Type": "A",
|
|
"TTL": 300,
|
|
"ResourceRecords": [
|
|
{
|
|
"Value": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|