Brad Poulton 53e9170251 Updates sensu-config to latest version 4 gadi atpakaļ
..
.terraform.lock.hcl 866afc059e Updated .terraform.lock.hcl files 4 gadi atpakaļ
README.md 53e9170251 Updates sensu-config to latest version 4 gadi atpakaļ
terragrunt.hcl 53e9170251 Updates sensu-config to latest version 4 gadi atpakaļ

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

in one line to apply:

SENSU_PASSWORD=blah terragrunt apply

OR...

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