#help (2021-01)

Where to get help about getting help!

2021-01-06

2021-01-20

voidSurfr avatar
voidSurfr

hey guys, if anyone can help me understand the https://registry.terraform.io/modules/cloudposse/eks-node-group/aws/latest module - I’d appreciate it. Right now it’s creating everything except the nodes themselves. here’s a snippet: https://gist.github.com/todd-dsm/7a8f96fe488917f3d7dd1fc3516e3c3c#file-main-tf-L36-L60

$ tf state list
...
module.apps_nodes[0].data.aws_iam_policy_document.assume_role[0]
module.apps_nodes[0].data.aws_partition.current[0]
module.apps_nodes[0].aws_launch_template.default[0]
module.apps_nodes[1].data.aws_iam_policy_document.assume_role[0]
module.apps_nodes[1].data.aws_partition.current[0]
module.apps_nodes[1].aws_launch_template.default[0]
module.apps_nodes[2].data.aws_iam_policy_document.assume_role[0]
module.apps_nodes[2].data.aws_partition.current[0]
module.apps_nodes[2].aws_iam_role.default[0]
module.apps_nodes[2].aws_iam_role_policy_attachment.amazon_ec2_container_registry_read_only[0]
module.apps_nodes[2].aws_iam_role_policy_attachment.amazon_eks_cni_policy[0]
module.apps_nodes[2].aws_iam_role_policy_attachment.amazon_eks_worker_node_policy[0]
module.apps_nodes[2].aws_launch_template.default[0]
module.apps_nodes[3].data.aws_iam_policy_document.assume_role[0]
module.apps_nodes[3].data.aws_partition.current[0]
module.apps_nodes[3].aws_launch_template.default[0]
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Probably best to ask this in #terraform

voidSurfr avatar
voidSurfr

2021-01-21

    keyboard_arrow_up