Skip to content

Instantly share code, notes, and snippets.

@hagzag
Created October 26, 2018 08:12
Show Gist options
  • Save hagzag/70ebb00a8ff24e5984eb93f9cf799935 to your computer and use it in GitHub Desktop.
Save hagzag/70ebb00a8ff24e5984eb93f9cf799935 to your computer and use it in GitHub Desktop.
output "rds_addrs" {
value = "${join(",", data.dns_a_record_set.db-stg.addrs)}"
}
output "aws_db_snapshot_id" {
value = "${data.aws_db_snapshot.latest_db_snapshot.id}"
}
output "vpc_id" {
value = "${data.aws_vpc.prod.id}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment