resource/aws_iam_access_key: option to not store secret #17790
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/iam
Issues and PRs that pertain to the iam service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Community Note
Description
Add option to not store the secret key for
aws_iam_access_key
resources.It's possible for imported resources (#17321), so why not for managed ones ?
It would give us a zero trust method to manage these keys with Terraform.
New or Affected Resource(s)
Potential Terraform Configuration
-> setting
keep_secret
to true would recreate theaws_iam_access_key
if the secret is missing from the state fileReferences
The text was updated successfully, but these errors were encountered: