terraform / opentofu#
Infrastructure-as-code.
$ terraform init
$ terraform fmt -recursive
$ terraform validate
$ terraform plan -out tfplan
$ terraform apply tfplan
$ terraform destroy
Infrastructure-as-code.
$ terraform init
$ terraform fmt -recursive
$ terraform validate
$ terraform plan -out tfplan
$ terraform apply tfplan
$ terraform destroy