1
Create first unit
Create your first unit from the UI. give it a name and hit create
2
Configure cloud block
Configure your terraform cloud block locally by pasting it into the terraform code
3
Authenticate with Opentofu
Using the cli you can run the following command to authenticate:Or if using terraformYou will have to confirm and will then be redirected to a token generation page. This page
will allow you to generate a token and you can copy paste it back into the cli. You should see a message saying
4
try to run plan and apply
Using terraform or opentofu run
init, plan and apply commands. It should all succeed to be created
If this is the case then well done! You have successfully created your first unit
