Loren Gordon
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...
Related to #1655
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...
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...
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...
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,...
Just a placeholder for adding support for the `Fn::And` intrinsic function. Currently causing cfn-lint to claim our templates are invalid.
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...
## 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...