Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

What is OpenTofu/Terraform?

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

References