superlint/.automation/test/cloudformation/cloudformation_good_3.json
2020-11-06 23:18:48 +01:00

16 lines
390 B
JSON

{
"Resources": {
"myDNSRecord": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": "Z8VLZEXAMPLE",
"Name": "test.example.com",
"ResourceRecords": [
"192.0.2.99"
],
"TTL": 300,
"Type": "A"
}
}
}
}