19215: Adds region_name as output.
[arvados.git] / tools / salt-install / terraform / aws / services / outputs.tf
index 0cfa72d3e649ecc51bf70f356a5ae25ef5900c78..83c5a37422df0e127179e3bd399867791bac842d 100644 (file)
@@ -50,4 +50,8 @@ output "domain_name" {
 # Debian AMI's default user
 output "deploy_user" {
   value = "admin"
-}
\ No newline at end of file
+}
+
+output "region_name" {
+  value = data.terraform_remote_state.vpc.outputs.region_name
+}