Releases: cloudposse/geodesic
Releases Β· cloudposse/geodesic
Fix utf-8 prompt
what
- Use special
bash
3.2+ feature for outputtingutf8
characters ($'\uXXXX'
) - Explicitly set locale (sorry, hardcoded to
en_US.utf8
)
why
- This seems to fix the prompt line wrapping problems
\[....\]
does not help withutf8
characters (onlyansi
)
Added packer
0.3.6 Added packer (#79)
Upgrade `Terraform` version to `0.10.7`
What
- Update
Terraform
version to0.10.7
Why
- Support the latest Terraform features
Support TF_PARALLELISM for 0.2.1 version
0.2.1.1 Update apply (#72)
Only use-profile if AWS configured
what
- Check if AWS configs exist before attempting to call
use-profile
why
- See: #73
- Without this fix, if AWS cli was not configured, the shell would immediately exit
- Bug affected new users (cold-start problem)
Manage terraform apply parallelismg
What
- Manage terraform apply parallelism
Why
- Default parallelism level hits aws api request limit on huge terraform configs.
Added `sshpass`
Added sshpass
(#70)
Update Terraform version to `0.10.2`
0.3.1 Update Terraform version to `0.10.2` (#68)
Disable SSH Strict Host Key Checking
Disable SSH Strict Host Key Checking