initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / terraform-infrastructure / outputs.tf
diff --git a/infrastructure/modules/terraform-infrastructure/outputs.tf b/infrastructure/modules/terraform-infrastructure/outputs.tf
new file mode 100644 (file)
index 0000000..54b2cf9
--- /dev/null
@@ -0,0 +1,3 @@
+output "region" { value = "${var.region}" }
+output "remote_state_bucket" { value = "${var.remote_state_bucket}" }
+output "remote_state_table" { value = "${var.remote_state_table}" }