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

Add option to import existing Timescale service by providing password (or provide a password during service creation) #210

Open
dennisameling opened this issue Aug 21, 2024 · 0 comments

Comments

@dennisameling
Copy link

We're currently in the process of importing our existing Timescale databases into Terraform, as they were created manually a long time ago. As part of this, we get the password from the timescale_service resource and store it as a secret in AWS.

However, since these Timescale databases already existed and we're just trying to import them, the password value in the generated secret is null.

In your docs, you mention that the password is a one-time generated value:

image

It would be great if we could just provide a password ourselves to the timescale_service resource, which would also allow for password rotation (without recreating the entire DB instance). Would that be an option at all?

For reference, AWS DB instances also support providing a password yourself when creating an instance through Terraform.

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

No branches or pull requests

1 participant