Skip to content

v1.492.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 09 Sep 20:37
· 6 commits to refs/heads/main since this release
5582764
fix: Correct recommended `var.name` for `auth0/app` @milldr (#1108)

what

  • Update recommended name of the auth0/app components to avoid conflicts with the auth0/tenant component

why

  • Both were using auth0 as name before. This results in both components using the same module.this.id, which they both use to write AWS SSM parameters. These were clobbering each other and breaking the provider authentication

references

  • client engagement