You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The credentials like username and password are passed to the postgresql-provider-block. Are they stored somewhere?
Let's say we read the database-credentials from AWS Secrets Manager or directly from the rds-database in an aws-provider data-block and pass them to the postgresql-provider-block, so that we can use terraform resources like installing postgresql-extensions on the target-database. What happen's with the credentials we passed to the provider-block? Since the password is neither hardcoded in cleartext anywhere in my terraform-code, nor in the state-file itself, is the password visible somewhere or is it safe to use?
Example of reading secrets manager value and passing it to the provider:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
The credentials like username and password are passed to the postgresql-provider-block. Are they stored somewhere?
Let's say we read the database-credentials from AWS Secrets Manager or directly from the rds-database in an aws-provider data-block and pass them to the postgresql-provider-block, so that we can use terraform resources like installing postgresql-extensions on the target-database. What happen's with the credentials we passed to the provider-block? Since the password is neither hardcoded in cleartext anywhere in my terraform-code, nor in the state-file itself, is the password visible somewhere or is it safe to use?
Example of reading secrets manager value and passing it to the provider:
Thanks in advance.
Heiko
Beta Was this translation helpful? Give feedback.
All reactions