Technical requirements
We will need the Terraform tool installed for this chapter as a prerequisite.
In addition to this tool, you will need to have an AWS account and user credentials ready to use. Please ensure the authentication of the AWS CLI with your AWS credentials. You can refer to the AWS documentation for further instructions at https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html.
The code for this chapter is located at https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices/tree/master/Chapter03.
Check out the following link to see the Code in Action video:
Installing Terraform
Terraform binary is a command-line utility that is used to develop Infrastructure as Code (IaC), plan, and execute it to create resources, and manage infrastructure providers such as AWS, Azure, GCP, Fastly, OKTA, and more.
You can follow the instructions in the official documentation to download the latest version...