Skip to content

Commit 7e81c4f

Browse files
Felix Ziegerfelixzieger
authored andcommitted
chore: remove idp lookup module
1 parent 17d4833 commit 7e81c4f

File tree

6 files changed

+0
-144
lines changed

6 files changed

+0
-144
lines changed

main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,3 @@ moved {
5252
from = module.metering_spp
5353
to = module.metering_service_principal
5454
}
55-
56-
moved {
57-
from = module.idp_lookup_spp
58-
to = module.idp_lookup_service_principal
59-
}

modules/meshcloud-idp-lookup-service-principal/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

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

Lines changed: 0 additions & 72 deletions
This file was deleted.

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

Lines changed: 0 additions & 14 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ variable "metering_enabled" {
3131
description = "Whether to create Metering Service Principal or not."
3232
}
3333

34-
variable "idplookup_enabled" {
35-
type = bool
36-
default = false
37-
description = "Whether to create idplookup Service Principal or not."
38-
}
39-
4034
# additional_required_resource_accesses are useful if replicator needs
4135
# resource access specifically scoped to a meshstack implementation (e.g. accessing an azure function)
4236
# For an example usage, see https://github.com/meshcloud/terraform-azure-meshplatform/tree/main/examples/azure-integration-with-additional-resource-access

0 commit comments

Comments
 (0)