$ terraform apply -var-file secrets.tfvars && post-apply
Log level and log path can be set using the TF_LOG
and TF_LOG_PATH
environment variables. See https://www.terraform.io/docs/internals/debugging.html
module.nodes.consul-servers
rather than module.consul-servers
. This would
make it easier to apply only node changes, which may be necessary to do
before applying DNS record changes.