chef-provisioning-aws
chef-provisioning-aws copied to clipboard
Issue creating record set using aws_route53_record_set resource
Hi,
I'm using aws_route53_record_set resource in the chef provisioning recipe to create record set in the hosted zone. The recipe is running without any errors and it says action create up-to-date.But is is not creating any dns record.
aws_route53_record_set "example-dns" do rr_name "example.foo.com" type "A" resource_records ["aa.bb.cc.dd"] ttl 300 aws_route53_hosted_zone "foo.com" aws_route53_zone_name "foo.com" action :create end
Please help me in this. Thanks in advance
same issues here.
Same here. I think it only works when you want to create new hosted zone with records in it. If that is the case then how to add records to existing hosted zones?
@Bhagyashekar @ghbrown60640, were you guys able to find a solution to this?