Tyler Ball
Tyler Ball
Chef 12.4.1 has been released - can you try that version? It has a slew of fixes in it.
1. `User: arn:aws:iam::751747988410:user/kshirinkin is not authorized to perform: cloudsearch:DescribeDomains on resource: arn:aws:cloudsearch:eu-west-1:751747988410:domain/wont-exist` - looks like you need the CloudSearch permissions added to your user. We also need to publish documentation...
@dblessing thanks for filing this. Do you have a workaround right now? If not, you should be able to force your template/file resource to converge during compile time.
We either need to tell users to use an admin client as their provisioner or give instructions on what data bags need to be created
Seems valid - we need to be able to create a group with empty rules, as well as converge by deleting existing rules. We should determine if we like the...
My guess is the bug we're experiencing is because we only check the data_bag and not the source of truth (AWS). Because AMI Names are unique in a region we...
We'll have to get to this after 1.3.0, but it would be good to do since we are tackling #224 and #225
Hmm, it should be deleting the machine because of https://github.com/chef/chef-provisioning/blob/f476b135f87b7230a7ca6355e6ba882183d97b8c/lib/chef/provider/machine_image.rb#L77 - this needs investigation
@Fodoj Not yet
You should use the V2 SDK. We're going to convert all resources to use that eventually, so we may as well have new resources use that. `aws_route_table` and `aws_vpc_peering_connection` are...