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

Support environment variables in provider configuration #72

Open
sebastianreloaded opened this issue Jan 11, 2024 · 1 comment
Open

Comments

@sebastianreloaded
Copy link

To avoid saving credentials in the state file, it would be nice to have support for environment variables for e.g. username and password in the provider block.
Most other terraform providers support this.

https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs

@ThomasRooney
Copy link
Contributor

This is a fair ask. We will do this at some point. In the short term, a variable with sensitive = true that's imported from TF_VAR_{varName} is equivalent. https://developer.hashicorp.com/terraform/language/values/variables#environment-variables

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

2 participants