Skip to content

Instantly share code, notes, and snippets.

@bjesus
bjesus / README.md
Last active February 4, 2025 08:08
Weather widget for waybar
@antonbabenko
antonbabenko / README.md
Created October 31, 2017 08:45
Example of using terraform-aws-modules/vpc/aws module with Terragrunt

This is an example of how to use Terraform AWS registry modules with Terragrunt.

Notes:

  1. source has to be full git URL and not Terraform Registry open issue #311
  2. File main_providers.tf is named so, because it will be copied to another local directory and merged with module's code. If such file exists in the module already then it will overwrite the one provided by the module.
@sgleske-ias
sgleske-ias / README.md
Last active September 27, 2020 17:54
Try out vault UI with a simple docker-compose file.

Try out vault-ui

Based on cault but a little more succinct.

This quick gist is to try out [vault-ui][vu]. High level steps include:

  1. Start containers.
  2. Initialize and unseal vault.
  3. Log into vault-ui via root token.