Closed ghost closed 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:
data.template_file.user_data: 1 error(s) occurred:
data.template_file.user_data: Resource 'data.terraform_remote_state.db' does not have attribute 'address' for variable 'data.terraform_remote_state.db.address'
Did you deploy a database and configure it to store remote state in S3?
ah that'd explain it, thanks!
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:
data.template_file.user_data: 1 error(s) occurred:
data.template_file.user_data: Resource 'data.terraform_remote_state.db' does not have attribute 'address' for variable 'data.terraform_remote_state.db.address'