Skip to content

Commit 1908544

Browse files
committed
fix dashboard URL
1 parent 8994134 commit 1908544

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

released/discovery_center/mission_3945/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ output "subaccount_id" {
22
value = data.btp_subaccount.dc_mission.id
33
description = "The ID of the subaccount."
44
}
5+
6+
output "sac_instance_dashboard_url" {
7+
value = btp_subaccount_service_instance.sac.dashboard_url
8+
}

released/discovery_center/mission_3945/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
btp = {
55
source = "sap/btp"
6-
version = "~> 1.5.0"
6+
version = "~> 1.6.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)