aka "how to develop the terraform 12 stuff"
helpful tip, speed up cache by adding the following to your ~./bashrc:
~./bashrc
export TF_PLUGIN_CACHE_DIR=~/.terraform.d/plugin-cache [[ -d "$TF_PLUGIN_CACHE_DIR" ]] || mkdir -p $TF_PLUGIN_CACHE_DIR