chef-provisioning-aws
                                
                                
                                
                                    chef-provisioning-aws copied to clipboard
                            
                            
                            
                        Route53 RecordSets Resource needed
Provisioning machines and being able to register DNS recordsets for either internal or external Route 53 Hosted Zones is a logical requirement.
I especially need this for internal entries, which is why I'm going to make it a priority.
Not being totally familiar with Route 53, is this what you needed? https://github.com/chef/chef-provisioning-aws/blob/master/lib/chef/resource/aws_resource.rb
You might want to try this, @lynchc : https://github.com/hw-cookbooks/route53
Meanwhile, yes, we'll need to see about adding AWS::Route53::ResourceRecordSet in a way that's consistent with rest of this.
I created this issue so I could tie a PR to it. I'm almost done and will be submitting soon.
@lynchc no problem at all, and no hurry :) I just wanted to make sure I understood. Thanks!
@lynchc are you still working on this?
Haven't gotten back to it in a while. Got slammed at work. I have something working now but it doesn't follow the new format. I'll need to refactor it before I submit a PR
I need it too ;)
ok I'll see if I can move things around and make it happen in the next couple weeks
This is the real missing link for me also, happy to test early version out.