Brad Poulton 3f5498cc95 Adds README for Sensu Config 4 tahun lalu
..
README.md 3f5498cc95 Adds README for Sensu Config 4 tahun lalu
terragrunt.hcl 6b7a65196f Updates Sensu PROD checks for api health 4 tahun lalu

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