commands.sh

tofu

all

Create and deploy infrastructure as code to cloud providers. Open-source fork of Terraform.

More info →

Examples (6)

Initialize a new or existing OpenTofu configuration

Verify that the configuration files are syntactically valid

tofu validate

Format configuration according to OpenTofu language style conventions

Generate and show an execution plan

Build or change infrastructure

tofu apply

Destroy Tofu-managed infrastructure

tofu destroy
made by @shridhargupta | data from tldr-pages