Ian Mckay
Ian Mckay
The ability to edit the parameters or content of a mapping type and have that replicate to the other mappings. Relates to ability to translate between mappings as a seperate...
Implementation on Terraform started, currently at ~17% (create only) coverage.
Have all supported API calls covered (4558 at last count).
Programmatically determine the likely key values within the generated template and extract them out into a Parameters section.
API calls currently do not use previously executed outputs programmatically.
When a resource is created and updated in the same session, that update should affect the final CloudFormation output.
**Describe the bug** Many Go object parameters are incorrect. **Related Mapping** All **Related Language** Go **To Reproduce** Example: ``` _, err := ec2svc.DescribeImages(&ec2.DescribeImagesInput{ Owner: []*string{ aws.String("self"), }, Filter: []*ec2.Filter{ &ec2.Filter{...