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
Is your request related to a problem? Please describe.
I'm using an instance of the self-managed-node-group module to create only an IAM role (as a workaround for #1753), yet I am required to pass a cluster version for the purpose of looking up an AMI for which I will not use.
I want to be able to omit cluster_version from the above config, as it is unrelated to creating the IAM Role.
Describe the solution you'd like.
Given that the data.aws_ami.eks_default is only used in the aws_launch_template.this resource, which has a conditional var.create_launch_template, the data block should be updated to have the same conditional.
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.
Is your request related to a problem? Please describe.
I'm using an instance of the
self-managed-node-group
module to create only an IAM role (as a workaround for #1753), yet I am required to pass a cluster version for the purpose of looking up an AMI for which I will not use.I am using the following to call the module
I want to be able to omit
cluster_version
from the above config, as it is unrelated to creating the IAM Role.Describe the solution you'd like.
Given that the
data.aws_ami.eks_default
is only used in theaws_launch_template.this
resource, which has a conditionalvar.create_launch_template
, the data block should be updated to have the same conditional.The text was updated successfully, but these errors were encountered: