brikis98 / terraform-up-and-running-code

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

[Errata] Chapter 3, Page 72 Typo #14

Closed ju2wheels closed 7 years ago

ju2wheels commented 7 years ago

In Chapter 3, page 72, the web server Terraform state file is shown as state/services/webserver-cluster/terraform.tfstate and should be stage/services/webserver-cluster/terraform.tfstate.

brikis98 commented 7 years ago

Ah, good catch. Fixed now, thanks!