Open danielgpm opened 4 years ago
@danielgpm , can you please provide the (JSON or even using the SDK client with pry) response for such request based on this resource of yours?
The current available stub (lib/awspec/stub/route53_hosted_zone.rb
) includes only this CNAME:
{
name: '\052.example.com.',
type: 'CNAME',
ttl: 3600,
resource_records: [
{
value: 'example.com'
}
]
},
Hi, I have a cname type R53 domain that is pointing to different target domain weighted values (see structure below) How do I test this using the
have_record_set
function? I'm trying the following:but receiving an error:
I'm guessing it is because the
have_record_set
with cname is returning more than 1 target. When I have only 1 target for that cname the above code works.P.S: Current R53 structure: