Skip to content

Commit 7fbc512

Browse files
authored
Fix port output (#2)
* Fix port output * Update output.tf
1 parent e513149 commit 7fbc512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output "security_group_id" {
77
}
88

99
output "port" {
10-
value = "11211"
10+
value = "${var.port}"
1111
}
1212

1313
output "host" {

0 commit comments

Comments
 (0)