We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e513149 commit 7fbc512Copy full SHA for 7fbc512
output.tf
@@ -7,7 +7,7 @@ output "security_group_id" {
7
}
8
9
output "port" {
10
- value = "11211"
+ value = "${var.port}"
11
12
13
output "host" {
0 commit comments