Skip to content

Commit

Permalink
Remove variables no longer present in the underlying module
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoubert committed Jul 5, 2024
1 parent f8970e4 commit 588efc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module "platform-tenant-resources" {
tenant_id = var.tenant_id
client_id = var.client_id
client_secret = var.client_secret
location = var.location
tls_secret_name = local.tls_secret_name
tls_certificate_type = var.tls_certificate_type
tls_certificate_custom_certificate = var.tls_certificate_custom_certificate
Expand Down Expand Up @@ -147,7 +146,6 @@ module "platform-tenant-resources" {
cosmos_uri = module.azure-tenant-resources.out_cosmos_uri
cosmos_key = module.azure-tenant-resources.out_cosmos_key
eventbus_uri = module.azure-tenant-resources.out_eventbus_uri
kube_config = data.azurerm_kubernetes_cluster.current.kube_config
identifier_uri = var.identifier_uri
create_rabbitmq = var.create_rabbitmq
list_apikey_allowed = var.list_apikey_allowed
Expand Down

0 comments on commit 588efc8

Please sign in to comment.