Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eashanroy7 committed May 29, 2024
1 parent 480efcd commit d346307
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ $ terraform apply
Destroy infrastructure:

```console
$ terraform destroy
```
$ terraform destroy
```
## Infrastructure managed outside of Terraform

1. `Elastic IP`: Due to frequent terraform apply and destroy operations, elastic IP is managed independently of Terraform, so as to attach the same elastic IP everytime on doing a 'terraform apply', and dissociating it (not detroy) on doing a 'terraform destroy'.

2. `DNS Hosted Zone`: Hosted zone is a permanent resource, need not be destroyed and recreated everytime with tf apply and destroy operations.

0 comments on commit d346307

Please sign in to comment.