# README.md To apply you changes run: ```bash $ terraform apply ``` To show the current state run: ```bash $ terraform show ``` To destroy all resources run: ```bash $ terraform destroy ``` To fetch the public ip address, run: ```bash $ terraform output ip ```