data "aws_region" "current" {} output "region" { value = "${data.aws_region.current.name}" description = "the region where the table was created" }