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 24594d9 commit e51aefdCopy full SHA for e51aefd
cloud-init.tf
@@ -21,7 +21,7 @@ data template_cloudinit_config express {
21
nginx_content = base64gzip(templatefile("${path.module}/templates/nginx.conf", {
22
sql_server_fqdn = var.sql_server_fqdn
23
sql_server_port = var.sql_server_port
24
- timeout = var.connection_timout
+ timeout = var.connection_timeout
25
}))
26
html_content = base64gzip(templatefile("${path.module}/templates/index.html", {
27
name = var.name
0 commit comments