Terraform
From wiki.vacula.xyz
Terraform serves as an infrastructure-as-code deployment tool.
Quick Usage
# Prepare terraform in the current directory terraform init # Format the .tf file terraform fmt # Verify .tf file syntax terraform validate # Show changes terraform plan # Apply changes terraform apply # Remove everything terraform destroy
<nowiki>