tls config property is called tlsConfig

This commit is contained in:
Johannes
2016-10-24 18:04:28 +02:00
parent bc285a0965
commit f4aacfa2d0
+1 -1
View File
@@ -43,7 +43,7 @@ cat > "${PROVISION_FILEPATH}" <<EOF
"boxVersionsUrl": "${versionsUrl}",
"fqdn": "${domain}",
"provider": "${provider}",
"tls_config": {
"tlsConfig": {
"provider": "${tlsProvider}"
}
}