chef-provisioning-aws icon indicating copy to clipboard operation
chef-provisioning-aws copied to clipboard

Issue creating record set using aws_route53_record_set resource

Open Bhagyashekar opened this issue 9 years ago • 2 comments

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

Bhagyashekar avatar Feb 03 '16 11:02 Bhagyashekar

same issues here.

ghbrown60640 avatar Jun 16 '16 22:06 ghbrown60640

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?

r4hulgupta avatar Nov 16 '16 23:11 r4hulgupta