Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove variables no longer present in the underlying module #58

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading