reidca

Results 18 issues of reidca

I am having some issues with VSCode constantly prompting for credentials for BitBucket. This is driving me mad! To try to fix this I have updated both "Git for Windows"...

question
vs-code

You do not always get the name of a pipeline or a templated right first time. The name is crucial in your modelling and helps convey what the pipeline is...

enhancement
pipeline configuration
no stalebot

I created a template for our VPC using Former2. I added all related resources I could think of as well as those suggested by Former2. This resulted in a large...

enhancement

We have multiple AWS accounts and at the moment it seems switching between the accounts in Former2 means updating credentials and rescanning. It would be great to have the concept...

enhancement

Created a template from an ALBv2. It created the following block for the LoadBalancerAttributes: (note I had not changed any of these values from the defaults) ``` LoadBalancerAttributes: - Key:...

bug

I believe one of the strong user cases for former2 is being able to generate templates of manually created resources that can then be imported into CloudFormation using the new...

enhancement

I have cfn-lint installed for VSCode and after loading the template that former2 generated the following warnings were shown: E3012: Property Resources/CustomerGateway/Properties/BgpAsn should be of type Integer E3012: Property Resources/ec2b729b8b/Properties/Protocol...

bug

Generated a AWS::Route53Resolver::ResolverEndpoint and the IpAddresses field was missing and this is a required field in CloudFormation

bug

I have looked at the docs but cannot see a list of acceptable formats in verbose English form. Whilst there are examples these are not comprehensive. e.g. you can but...

This pull request adds a new example macro for copying blocks from one location in a template to another. It has been useful to me and therefore I thought it...