In my day job at Decodable, I am currently working with Terraform to provision some cloud infrastructure for an upcoming hands-on lab. Part of this set-up is a Postgres database on Amazon RDS, which I am creating using the Terraform AWS modules. Now, once my database was up and running, I wanted to extract two dynamically generated values from Terraform: the random password created for the root user, and the database host URL. On my way down the rabbit hole for finding a CLI command for doing...| www.morling.dev
_module.args| nix-community.github.io
Learn how to search, query, and modify JSON data with 25 interactive jq examples and explanations| Ishan Das Sharma