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