Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make table name and index name a config value for PG backend #2465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

taliesins
Copy link

Make it possible to specify the table name and index name when using PG backend.

This makes it easier to use PG backend provider for scenarios such as using Terragrunt with convention based state storage per a terragrunt.hcl file by providing an additional layer of grouping.

Having many tables vs many schemas could be preferred by some users and the tools they use too.

@taliesins taliesins requested a review from a team as a code owner February 1, 2025 00:30
Copy link

github-actions bot commented Feb 1, 2025

Reminder for the PR assignee: If this is a user-visible change, please update the changelog as part of the PR.

@taliesins
Copy link
Author

This solves #2162

Copy link
Contributor

@abstractionfactory abstractionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this @taliesins ! Normally, we like to discuss features in issue before accepting a PR, but this seems fairly straight forward. I'm queueing this for the core team to discuss, but otherwise LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants