diff --git a/README.md b/README.md index 331ed133a444c63402312ca1ce9a10a7583b574e..69930c336c6842a4c760ff7f6642c58a4b21552f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ So once Terraform has completed an apply, it'll output the public IP address of ### Updating Cloudflare DNS record to instance public IP address ```cloudflare-set-dns-record.sh``` has to be run seperately to Terraform after a successful apply (just tack it onto a one-liner when you do the Terraform apply). This will read the **$instance_ip** value and use it to update a DNS record inside a Cloudlare DNS zone. It's ideal to have this run locally rather than part of the startup script that runs on the instance - so that we can avoid any Cloudflare API keys being transported unnecessarily. -## Deploying +### Deploying To deploy this instance, simply issue the following commands: ``` terraform init @@ -82,7 +82,7 @@ terraform plan terraform apply;./cloudflare-set-dns-record.sh ``` -## Destroying and clearing Cloudflare DNS record +### Destroying and clearing Cloudflare DNS record To destroy the environment, simply issue: ``` terraform destroy