Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Co to jest OpenTofu i IaC?

brew install opentofu
export GITHUB_TOKEN=

# init / download providers
tofu init

# plan
tofu plan

# test
tofu test

# apply
tofu apply

References