Skip to content

Commit e51aefd

Browse files
issue with var name
1 parent 24594d9 commit e51aefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cloud-init.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data template_cloudinit_config express {
2121
nginx_content = base64gzip(templatefile("${path.module}/templates/nginx.conf", {
2222
sql_server_fqdn = var.sql_server_fqdn
2323
sql_server_port = var.sql_server_port
24-
timeout = var.connection_timout
24+
timeout = var.connection_timeout
2525
}))
2626
html_content = base64gzip(templatefile("${path.module}/templates/index.html", {
2727
name = var.name

0 commit comments

Comments
 (0)