its includes an S3 bucket, a VPC, an EC2 instance, an RDS database, an ELB (Elastic Load Balancer), and an EKS (Elastic Kubernetes Service) cluster which are all deployed by a Terraform module.
- main.tf - Defines the resources to be provisioned.
- variables.tf - Declares the input variables for the module.
- outputs.tf - Specifies the outputs of the module.