brikis98 / terraform-up-and-running-code

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
http://www.terraformupandrunning.com/
MIT License
2.87k stars 1.92k forks source link

why was terragrunt removed from this code? #24

Closed ms4720 closed 6 years ago

ms4720 commented 6 years ago

The book has it in examples, why was it pulled from the example code?

brikis98 commented 6 years ago

IIRC, the book has only a small, single Terragrunt example. The Terragrunt docs have far more. Is there something specific you're looking for?

ms4720 commented 6 years ago

Just curious, I saw the notes for terragrunt being removed from the code and that is where I am in the book

brikis98 commented 6 years ago

Ah, the commits removing Terragrunt were from before the book was published 😄

I used to have more Terragrunt references in the book, but they didn't add much, and were just confusing, so I removed them.

ms4720 commented 6 years ago

ok, thanks