Skip to content

Commit e778305

Browse files
malhussanmeshkodiak[bot]
authored andcommitted
refactor: clearer scope variable description
1 parent 3899684 commit e778305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/meshcloud-kraken-service-principal/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ variable "service_principal_name_suffix" {
55

66
variable "scope" {
77
type = string
8-
description = "The scope to which Service Principal permissions should be assigned to. Usually this is a management group that sits atop the subscriptions."
8+
description = "The scope to which Service Principal permissions should be assigned to. Usually this is the management group id of form `/providers/Microsoft.Management/managementGroups/<tenantId>` that sits atop the subscriptions."
99
}

modules/meshcloud-replicator-service-principal/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "service_principal_name_suffix" {
55

66
variable "scope" {
77
type = string
8-
description = "The scope to which Service Principal permissions should be assigned to. Usually this is a management group that sits atop the subscriptions."
8+
description = "The scope to which Service Principal permissions should be assigned to. Usually this is the management group id of form `/providers/Microsoft.Management/managementGroups/<tenantId>` that sits atop the subscriptions."
99
}
1010

1111
variable "additional_required_resource_accesses" {

0 commit comments

Comments
 (0)