diff --git a/cmd/command/templates/terraform.template b/cmd/command/templates/terraform.template index e927497a..dc5bf6bf 100644 --- a/cmd/command/templates/terraform.template +++ b/cmd/command/templates/terraform.template @@ -10,7 +10,7 @@ terraform { provider solacebroker { username = "admin" # This is a placeholder. password = "admin" # This is a placeholder. - url = "http://localhost:8080" # This is a placeholder. + url = "{{.BrokerURL}}" } {{range .BrokerResources}}