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 Lambda dependencies code is referencing private packages published in a Gemfury repository. To access that repository, an access token must be passed to pip.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
If Docker dependencies build is used and the additional options contain a sensitive value, that value is shown in plain text in the plan.
Versions
Module version [Required]: 7.20.1
Terraform version: 1.11.4
Provider version(s):
Reproduction Code [Required]
Expected behavior
The sensitive value should not be shown in the plan.
Actual behavior
The sensitive value is exposed in the plan.
Terminal Output Screenshot(s)
Additional context
The Lambda dependencies code is referencing private packages published in a Gemfury repository. To access that repository, an access token must be passed to
pip
.The text was updated successfully, but these errors were encountered: