To reference the resources created by this stack in other stacks you need to define a data
resource pointing to the S3 bucket and key
defined in `remote-state.tf.
Your data
definition should look something like this:
data "terraform_remote_state" "vpc" {
backend = "s3"
config {