Constants
path.module
—filesystem path of the containing modulepath.root
—filesystem path of the root modulepath.cwd
—path of the current working directory. Generally equal topath.root
, unless Terraform is run from a different directoryterraform.workspace
—name of the current workspace- Recommendation: use only
path.module
within modules, the others only in the rool module- Aids portability of modules