brikis98 / terraform-up-and-running-code

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

chapter 03/04 data.terraform_remote_state.db #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

Using the code from chapter 03 and 04 I keep getting the following error:

data.terraform_remote_state.db: Refreshing state... data.aws_availability_zones.all: Refreshing state... Error running plan: 1 error(s) occurred:

brikis98 commented 7 years ago

Did you deploy a database and configure it to store remote state in S3?

ghost commented 7 years ago

ah that'd explain it, thanks!