Commit 7fbc5129 authored by Igor Rodionov's avatar Igor Rodionov Committed by GitHub

Fix port output (#2)

* Fix port output

* Update output.tf
parent e513149d
...@@ -7,7 +7,7 @@ output "security_group_id" { ...@@ -7,7 +7,7 @@ output "security_group_id" {
} }
output "port" { output "port" {
value = "11211" value = "${var.port}"
} }
output "host" { output "host" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment