Skip to content

Commit f6f9df1

Browse files
author
Felix Zieger
committed
docs: output descriptions
1 parent a9624a6 commit f6f9df1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/meshcloud-idp-lookup-spp/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
output "service_principal" {
2+
description = "Service Principal application id and object id"
23
value = {
34
object_id = azuread_service_principal.meshcloud_idp_lookup.id
45
app_id = azuread_service_principal.meshcloud_idp_lookup.application_id

modules/meshcloud-kraken-spp/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
output "service_principal" {
2+
description = "Service Principal application id and object id"
23
value = {
34
object_id = azuread_service_principal.meshcloud_kraken.id
45
app_id = azuread_service_principal.meshcloud_kraken.application_id

modules/meshcloud-replicator-spp/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
output "service_principal" {
2+
description = "Service Principal application id and object id"
23
value = {
34
object_id = azuread_service_principal.meshcloud_replicator.id
45
app_id = azuread_service_principal.meshcloud_replicator.application_id

0 commit comments

Comments
 (0)