Skip to content

Commit d0a5984

Browse files
authored
fix: Auth0 SSM Base Path (#1109)
1 parent 5582764 commit d0a5984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auth0/app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
locals {
22
enabled = module.this.enabled
33

4-
ssm_path = coalesce(var.provider_ssm_base_path, module.this.id)
4+
ssm_path = coalesce(var.ssm_base_path, module.this.id)
55
client_id_ssm_path = format("/%s/client_id", local.ssm_path)
66
client_secret_ssm_path = format("/%s/client_secret", local.ssm_path)
77
}

0 commit comments

Comments
 (0)