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