Loren Gordon

Results 43 issues of Loren Gordon

When using functions where arguments are wrapped in double quotes, so there are both outer double quotes around the variable syntax and inner double quotes around the values, json2hcl handles...

Right now, all terraform output is unmodified, which makes a lot of sense for regular terraform commands because they are only working on one config at a time and the...

enhancement
trial project

Hello, I was curious if you had ideas on patterns for how this module might be used or extended to support [partitions other than `aws`](https://github.com/aws/aws-sdk-go/blob/master/aws/endpoints/defaults.go#L10-L16)? In particular, `aws-us-gov`, but there...

enhancement

When logging in through AWS SSO, it can retrieve temporary keys for users to copy/paste into their shell or a config file. This isn't ideal; it's still difficult to use...

enhancement

This project is clearly abandoned. Please archive it.

### Describe the bug Using the `env()` function in a packer config results in the error: ``` Error: Function calls not allowed: Functions may not be called here. ``` However,...

bug

Just a placeholder for adding support for the `Fn::And` intrinsic function. Currently causing cfn-lint to claim our templates are invalid.

enhancement
accepting-patch

We have a CommaDelimitedList parameter that is optional, using a condition. When unset, it is an empty string, and so there are zero commas because it is a zero length...

bug
accepting-patch

## Description Using WSL, `build_in_docker` with pip requirements.txt fails because docker cannot mount `/tmp`. In `package.py`, the `tempdir()` function is using `tempfile.mkdtemp(prefix=prefix)` without specifying the `dir` argument. This means the...

bug
help wanted