Technical requirements
In this chapter, we’ll build on the code built in Chapter 9, Testing Our Application Endpoints and Components. This can be found at the following URL: https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter09/building_test_pipeline.
The code for this chapter can be found at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter10.
This chapter also has the following requirements:
- We will be using Terraform to automate the building of our servers. Because of this, we will need to install Terraform using the following URL: https://learn.hashicorp.com/tutorials/terraform/install-cli.
- When we are using Terraform, it will be making calls to the AWS infrastructure. We will need AWS authentication, which will be done using the AWS client. We will be using the AWS client in this chapter, which can be installed using the following URL: https://docs.aws.amazon.com/cli/latest/userguide...