diff --git a/auth0.tf b/auth0.tf index 463497b..c8de9fc 100644 --- a/auth0.tf +++ b/auth0.tf @@ -37,5 +37,5 @@ resource "auth0_rule" "saml_mappings" { resource "auth0_rule_config" "aws_saml_provider_name" { key = "AWS_SAML_PROVIDER_NAME" - value = jsonencode(var.auth0_tenant_domain) + value = var.auth0_tenant_domain }