How to add IAM access entries
I am using module "eks"
1 successfully to create an EKS cluster in AWS.
Terraform/AWS: How to add IAM access entries
I am using module "eks"
1 successfully to create an EKS cluster in AWS.
Terraform/AWS: How to add IAM access entries
I am using module "eks"
1 successfully to create an EKS cluster in AWS.
What are difference between eks_managed_node_group_defaults and eks_managed_node_groups?
I am using AWS EKS Terraform module to create Amazon EKS cluster. Here is the example code from the document:
How to create multiple AWS security group rules by reading multiple yaml files using terraform?
I want to create multiple aws security group rules by reading multiple yaml files located under a different directory using terraform but I am not sure how exactly can I achieve it.