Adam McLean
Adam McLean
I imagine we could put a try: together that tried to pass the output from the jinja processing first to JSON, then to YAML, only failing if both reject. The...
Happy to hear from the community on this one. I don't have a specific answer. All I can suggest is using seperate `config.yaml` for various categories. Perhaps one for base...
CloudFormation normally does a good job handling these dependancies. Can you paste the relevant sections of the config.yaml and template to reproduce?
The template you attached doesn't appear to be generated entirely by iam_generator. Is it modified? We have no mechanics for creating KMS Keys etc. The contents of the /policies/ (eg:...
The only other nuance is my default VPC is deleted. Don't think that will have any bearing though. I also upgraded from .17. Let me tear it all down and...
Apologies, my reproduction steps were incomplete. When I encounter the issue I'm using `groupName` and not `groupID`. Same steps as above, but instead use the `groupName` for the security group...
Ah - I think I miss-understood the ACK API Documentation. I didn't resolve mentally that EC2 Classic would be even considered given its age. I had understood / expected that...
Definitely agree this is a nuisance. Open to help / contributions that would address!
Thanks very much, would you be able to add something to (at least one) test case to confirm positive (included) and negative (not included) scenarios with the template rendering as...