Skip to content

Commit

Permalink
not json here
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-moj authored Jul 21, 2022
1 parent f1f439d commit a30a775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a30a775

Please sign in to comment.