We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582764 commit d0a5984Copy full SHA for d0a5984
modules/auth0/app/main.tf
@@ -1,7 +1,7 @@
1
locals {
2
enabled = module.this.enabled
3
4
- ssm_path = coalesce(var.provider_ssm_base_path, module.this.id)
+ ssm_path = coalesce(var.ssm_base_path, module.this.id)
5
client_id_ssm_path = format("/%s/client_id", local.ssm_path)
6
client_secret_ssm_path = format("/%s/client_secret", local.ssm_path)
7
}
0 commit comments