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
# 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