Following the offical Open Tofu docs:
brew install opentofu
Generate a classic token (following github docs) with full control over repos and delete repos. You can call it Naver OpenTofu demo. Export the token as GITHUB_TOKEN
:
export GITHUB_TOKEN=
# init / download providers
tofu init
# plan
tofu plan
# test
tofu test
# apply
tofu apply