Eks With Terraform
Eks With Terraform
Pre Requisite:-
eks-cluster.tf
variables.tf
outputs.tf
security-groups.tf
versions.tf
vpc.tf
This command will initialize the Terraform AWS EKS modules and the
Terraform backend. It will download the modules from the Terraform registry.
It will also download and install the AWS EKS provider plugins from the
`hashicorp/aws`:
terraform init
2)Terraform plan command
This command will show all the AWS resources defined in the Terraform files.
These are the AWS resources that Terraform will provision in the AWS EKS
cluster:
terraform plan
Terraform apply command
This command will provision the AWS EKS Cluster and all the AWS resources
terraform apply