Fred Damstra [afs macbook] 9bf337defd Updates to work with later versions of tfswitch il y a 4 ans
..
.terraform.lock.hcl 866afc059e Updated .terraform.lock.hcl files il y a 4 ans
README.md a6c4d41939 Update to TF 0.14 il y a 4 ans
terragrunt.hcl 9bf337defd Updates to work with later versions of tfswitch il y a 4 ans

README.md

Sensu Configuration

To use the TF Sensu provider set the password via a env variable. The username is static in terragrunt.hcl. The password is located at engineering/sensu/sensu-prod/admin

SENSU_PASSWORD=
echo $SENSU_PASSWORD

If you are an idiot and add an ! to the password you can escape it like this:

e!password

export SENSU_PASSWORD=e\!password

Or, in one line to apply:

SENSU_PASSWORD=blah terragrunt apply