Closed stefanfreitag closed 1 week ago
Voting for Prioritization
For Submitters
Thanks for your contribution, @stefanfreitag! 👍
This functionality has been released in v5.75.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
Description
As mentioned in #39907 the attribute
password
of the resource is not marked as sensitive. This implies that its value is displayed e.g. when running aterraform destroy
command.By marking this attribute as sensitive the output of same command changes to
The password is no longer displayed.
As part of this pull request I executed the existing tests related to the resource. I did not find any guidance on acceptance tests for this kind of change. If you could point me into a direction it would be great!
Relations
Closes #39907
References
Output from Acceptance Testing