Skip to content

Commit

Permalink
Update main README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed May 8, 2024
1 parent 3c9aca1 commit 409b800
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,31 @@ module "sn-managed-cloud" {
module.azure-sn-cloud-manager
]
}
output "client_id" {
value = module.sn-managed-cloud.sn_automation_client_id
description = "The client ID of the sn automation service principal for StreamNative Cloud automation"
}
output "support_client_id" {
value = module.sn-managed-cloud.sn_support_client_id
description = "The client ID of the sn support service principal for StreamNative Cloud support access"
}
output "subscription_id" {
value = module.sn-managed-cloud.subscription_id
description = "The subscription ID of the AKS cluster"
}
output "tenant_id" {
value = module.sn-managed-cloud.tenant_id
description = "The tenant ID of the AKS cluster"
}
output "resource_group_name" {
value = module.sn-managed-cloud.resource_group_name
description = "The name of the resource group where the AKS cluster will be created"
}
```

## Examples
Expand Down

0 comments on commit 409b800

Please sign in to comment.