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
When running terraform plan with the create=false and create_kms_key=true an error Error: Null value found in list is returned. I believe this is because the iam_role for the cluster is hidden behind the create flag as well and null is passed to the kms module here
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
When running
terraform plan
with thecreate=false
andcreate_kms_key=true
an errorError: Null value found in list
is returned. I believe this is because theiam_role
for the cluster is hidden behind thecreate
flag as well and null is passed to the kms module hereterraform-aws-eks/main.tf
Line 105 in 640a994
Versions
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
KMS creation is either dependent on
create
or updated on creation.The text was updated successfully, but these errors were encountered: