Skip to content

Commit

Permalink
fix(DMVP-1586): add missing variables (#7)
Browse files Browse the repository at this point in the history
* fix(DMVP-1586): add missing variables to tenant sub-module

* fix(DMVP-1586): fix misspelled variable name

* fix(DMVP-1586): another spelling mistake
  • Loading branch information
aramkarapetian authored Nov 15, 2022
1 parent 67a265e commit 1cbd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auth0-tenant/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "auth0_tenant" "my_tenant" {

support_url = var.support_url
support_email = var.support_email
fiendly_name = var.friendly_name
friendly_name = var.friendly_name

dynamic "change_password" {
for_each = var.change_password
Expand Down

0 comments on commit 1cbd89c

Please sign in to comment.