I noticed that in chapter 4 in the book the db_remote_state_bucket and db_remote_state_key arguments in the module "webserver_cluster" example are hard-coded (albeit with a place-holder (YOUR_BUCKET_NAME) value for db_remote_state_bucket) but on Github those arguments are variables defined in vars.tf.
I noticed that in chapter 4 in the book the
db_remote_state_bucket
anddb_remote_state_key
arguments in themodule "webserver_cluster"
example are hard-coded (albeit with a place-holder (YOUR_BUCKET_NAME) value fordb_remote_state_bucket
) but on Github those arguments are variables defined invars.tf
.