Ian
Ian
## Python 3.11 has backwards incompatible CAs? If you use Python 3.11 to run [download-dependency-if-necessary.py](https://github.com/gruntwork-io/terraform-aws-utilities/blob/main/modules/executable-dependency/download-dependency-if-necessary.py), it will generate this error: ``` /tmp/test 0 $ /usr/local/bin/python3 download-dependency-if-necessary.py --executable kubergrunt --download-url https://github.com/gruntwork-io/kubergrunt/releases/download/v0.11.3/kubergrunt...
I have this block in my `_envcommon` for `eks-core-services` ``` dependency "aurora" { config_path = "${get_terragrunt_dir()}/../../data-stores/aurora" mock_outputs = { primary_endpoint = "database" port = 5432 } mock_outputs_allowed_terraform_commands = ["validate", ]...
Remove old or ambiguous language on our pricing FAQs.
Update the page customers hit after booking a demo clearly next steps and better content.
Update the contact form based on feedback.
## Description `toYaml` I don't think formats `security/_global/account-baseline/users.yml` in a human-readable way, especially with the underscore characters prefixing the strings. There is no official spec on this, but I think...