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

feat: Support kms encrypted passwords for users #21

Open
frankfarrell opened this issue Nov 22, 2018 · 0 comments
Open

feat: Support kms encrypted passwords for users #21

frankfarrell opened this issue Nov 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@frankfarrell
Copy link
Owner

frankfarrell commented Nov 22, 2018

Pass a previously kms-encrypted password to resource. It shouldnt store the password in plaintext in the state.

resource "redshift_user" "testuser"{
  "kms_encrypted_password" = "sfghsgtjnsrtsrmys74e5673567" 
  "kms_key" = "${var.kms_key}"
}
@frankfarrell frankfarrell added the enhancement New feature or request label Nov 22, 2018
@frankfarrell frankfarrell self-assigned this Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant