OpenTofu Tutorial

Tutorial on using OpenTofu with the pluscloud open

Generelles

OpenTofu is currently still “one hundred percent” compatible with Terraform, so all you need to do is replace terraform with tofu.

in example:

terraform init
terraform apply
terraform destroy
...

vs.

tofu init
tofu apply
tofu destroy
...

This means that, apart from the commands the Terraform Tutorials can be used.