terraform / opentofu

terraform / opentofu#

Infrastructure-as-code.

$ terraform init
$ terraform fmt -recursive
$ terraform validate
$ terraform plan -out tfplan
$ terraform apply tfplan
$ terraform destroy