X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fterraform-infrastructure%2Foutputs.tf;fp=infrastructure%2Fterraform-infrastructure%2Foutputs.tf;h=95a89f05f5c66961d1c5bbb8b8ee85092b71591a;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/terraform-infrastructure/outputs.tf b/infrastructure/terraform-infrastructure/outputs.tf new file mode 100644 index 0000000..95a89f0 --- /dev/null +++ b/infrastructure/terraform-infrastructure/outputs.tf @@ -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}" }