Skip to content

Commit

Permalink
fix: prefix the watson discovery api url with https (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagarwal-ibm authored May 23, 2024
1 parent bf6595b commit 9324429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/banking/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output "watsonx_assistant_api_url" {

output "watson_discovery_api_url" {
description = "Watson Discovery URL."
value = local.watsonx_discovery_url
value = "https:${local.watsonx_discovery_url}"
}

output "cos_instance_crn" {
Expand Down

0 comments on commit 9324429

Please sign in to comment.