initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / terraform-infrastructure / outputs.tf
1 output "region" { value = "${var.region}" }
2 output "remote_state_bucket" { value = "${var.remote_state_bucket}" }
3 output "remote_state_table" { value = "${var.remote_state_table}" }