Skip to content

terraform

# Initialize a Terraform working directory
terraform init

# Validate the Terraform files
terraform validate

# Builds or changes infrastructure
terraform apply

# Destroy Terraform-managed infrastructure
terraform destory