We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8994134 commit 1908544Copy full SHA for 1908544
released/discovery_center/mission_3945/outputs.tf
@@ -2,3 +2,7 @@ output "subaccount_id" {
2
value = data.btp_subaccount.dc_mission.id
3
description = "The ID of the subaccount."
4
}
5
+
6
+output "sac_instance_dashboard_url" {
7
+ value = btp_subaccount_service_instance.sac.dashboard_url
8
+}
released/discovery_center/mission_3945/provider.tf
@@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "sap/btp"
- version = "~> 1.5.0"
+ version = "~> 1.6.0"
9
0 commit comments