NOTE: If you are recreating the Sensu server, don't forget to destroy the sensu-configuration first THEN destroy the instance-sensu! This will clear out the terraform state. If you forget you can use these terragrunt commands to remove the configurations from the state and then reapply them.
terragrunt state list
terragrunt state list > deleteme
for line in `cat deleteme`; do terragrunt state rm $line; done
salt sensu*com saltutil.sync_all
salt sensu*com saltutil.pillar_refresh
salt sensu*com state.sls os_modifications
salt sensu*com state.highstate
salt sensu*com state.sls sensu_master
sensu-backend init --interactive
vim sensu-password
sensuctl configure -n --username 'admin' --password $( cat sensu-password ) --namespace default --url 'https://127.0.0.1:8080' --insecure-skip-tls-verify
sensuctl create -f /etc/sensu/conf.d/oidc-okta.yml
sensuctl tessen opt-out --skip-confirm
echo "" > sensu-password
sensuctl logout
export SENSU_PASSWORD='password'