Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 207 Bytes

terraform.md

File metadata and controls

15 lines (10 loc) · 207 Bytes

initialize the modules

terraform init

see the required changes to apply

terraform plan

apply changes

terraform apply

show current state

terraform show

destroy infrastructure

terraform destroy