🏗️🚧 The TofuTF docs are under construction.

Authentication
User Tokens

User Tokens

A user can generate API tokens. The token shares the same permissions as the user.

To manage your tokens, go to Profile > Tokens.

profile page{.screenshot .crop} new token enter description{.screenshot .crop} user token created{.screenshot .crop}

API tokens are not only used for programmatic access but for authenticating terraform and tofutf. For example, you can use terraform login to store a token on your workstation:

terraform login <tofutf hostname>

And follow the instructions. The token is persisted to a local credentials file for use by both terraform and tofutf.