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
While trying to create the AWS elasticache.User resource, the sensitive inputs that are arrays are not transferred to the terraform and the resource cannot be created.
message: "apply failed: creating ElastiCache User (sample-user): InvalidParameterCombination:
A user with Authentication Mode: password, must have at least one password\n\tstatus
code: 400, request id: 9ab65218-6dda-46a3-a0a3-4ef1c424cce7: "
turkenf
changed the title
Sensitive inputs for the array do not transferred to terraform
Sensitive inputs for the array are not transferred to terraform
May 10, 2023
What happened?
While trying to create the AWS
elasticache.User
resource, the sensitive inputs that are arrays are not transferred to the terraform and the resource cannot be created.How can we reproduce it?
When I apply the following example:
I get the following error:
And the
main.tf.json
file:I also tried this resource with
no-password-required
parameter:In this case, the resource is active in the AWS console, but
READY=False
becomesSYNCED=False
and the following error is observed:The text was updated successfully, but these errors were encountered: