Ian Mckay

Results 29 issues of Ian Mckay

Support for every distributed AWS SDK.

feature

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...

feature

Implementation on Terraform started, currently at ~17% (create only) coverage.

feature

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.

feature

Tracks required permissions for the actions taken.

feature

API calls currently do not use previously executed outputs programmatically.

feature

When a resource is created and updated in the same session, that update should affect the final CloudFormation output.

feature

**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{...

bug

Add output for Terraform tfstate

enhancement