# Initialize a new or existing Terraform configuration:
# Install the latest module and provider versions allowed within configured constraints
# Verify that the configuration files are syntactically valid
# Format configuration according to Terraform language style conventions:
# Generate and show an execution plan
# Plan Terraform deployment and output plan and apply plan
terraform plan -out=tfplan
# Build or change infrastructure:
# Destroy all infrastructure in the current directory
# Destroy without confirmation
terraform destroy -auto-approve
# Output, see specific one
terraform output load_balancer_url