svenikea / terraform-packer-ansible

A three-tier architecture on AWS
0 stars 0 forks source link

Architecture

"architect"

Deploy procedure

Terraform commands

Apply a specific target

terraform apply -target RESOURCE_TYPE.RESOURCE_NAME --auto-approve

Destroy a specific target

terraform destroy -target RESOURCE_TYPE.RESOURCE_NAME --auto-approve

Show All state

terraform state list

Show a specific state

terraform state show RESOURCE_TYPE.RESOURCE_NAME