Mesmo erro acontece na execução local e remota (github actions). Alguma dica?
╷
│ Error: Unauthorized
│
│ with module.prod.kubernetes_service.LoadBalancer,
│ on ../../infra/Provider.tf line 26, in resource "kubernetes_service" "LoadBalancer":
│ 26: resource "kubernetes_service" "LoadBalancer" {
│
╵
╷
│ Error: waiting for EKS Node Group (homolog2:alura-20240818141638328200000017) create: unexpected state 'CREATE_FAILED', wanted target 'ACTIVE'. last error: subnet-0f465cc2c469c79ab, subnet-04f561c9050374a64, subnet-0de47d2e6b2f4dbc3: Ec2SubnetInvalidConfiguration: One or more Amazon EC2 Subnets of [subnet-0f465cc2c469c79ab, subnet-04f561c9050374a64, subnet-0de47d2e6b2f4dbc3] for node group alura-20240818141638328200000017 does not automatically assign public IP addresses to instances launched into it. If you want your instances to be assigned a public IP address, then you need to enable auto-assign public IP address for the subnet. See IP addressing in VPC guide: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html#subnet-public-ip
│
│ with module.prod.module.eks.module.eks_managed_node_group["alura"].aws_eks_node_group.this[0],
│ on .terraform/modules/prod.eks/modules/eks-managed-node-group/main.tf line 389, in resource "aws_eks_node_group" "this":
│ 389: resource "aws_eks_node_group" "this" {
│
╵
Error: Terraform exited with code 1.
Error: Process completed with exit code 1.