Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 22, 2024
1 parent 2bfabfb commit 566afb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/modules/identity-hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

resource "kubernetes_deployment" "identityhub" {
metadata {
name = lower(var.humanReadableName)
name = lower(var.humanReadableName)
namespace = var.namespace
labels = {
App = lower(var.humanReadableName)
Expand Down Expand Up @@ -163,7 +163,6 @@ resource "kubernetes_config_map" "identityhub-config" {
EDC_SQL_SCHEMA_AUTOCREATE = true
EDC_STS_ACCOUNT_API_URL = var.sts-accounts-api-url
EDC_STS_ACCOUNTS_API_AUTH_HEADER_VALUE = "password"
EDC_IAM_ACCESSTOKEN_JTI_VALIDATION = true
}
}

Expand Down

0 comments on commit 566afb3

Please sign in to comment.