Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
PCF Developer committed Jan 29, 2019
1 parent 19f99fa commit 51bf769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@
],
"outputs": {
"Opsman URL": {
"value": "[concat('https://',parameters('opsManFQDNPrefix'), parameters('dnsZoneName'))]",
"value": "[concat('https://',parameters('opsManFQDNPrefix'),'.', parameters('dnsZoneName'))]",
"type": "string"
},
"Bosh Storageaccount": {
Expand Down

0 comments on commit 51bf769

Please sign in to comment.