Skip to content

Commit 010c517

Browse files
malhussanmeshkodiak[bot]
authored andcommitted
refactor: remove unused variable
1 parent e778305 commit 010c517

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module "idp_lookup_service_principal" {
4444
source = "./modules/meshcloud-idp-lookup-service-principal/"
4545

4646
service_principal_name_suffix = var.service_principal_name_suffix
47-
scope = data.azurerm_management_group.root.id
4847
}
4948

5049
module "uami_blueprint_user_principal" {

modules/meshcloud-idp-lookup-service-principal/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ variable "service_principal_name_suffix" {
22
type = string
33
description = "Service principal name suffix."
44
}
5-
6-
variable "scope" {
7-
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."
9-
}

0 commit comments

Comments
 (0)