Appendix
All Exercises

All Exercises

Module 1

New File

Create a file named provider.tf in your local clone of your GitHub repository. Populate it as the example above.

Update

Update the Akamai required version to use the ~> operator, and specify only the Major and Minor versions, e.g. 1.1, rather than 1.1.0. This means that Terraform will install any minor updates when running init, but not the next major version. Make sure Terraform uses the most recent version.

Run

Run terraform init. Which version was installed?

Commit

Commit your change and push it to GitHub.

Project Structure

For reference only, if you followed along and completed all the exercises you will end up with a project structure similar to the following:

TODO


2026 Advanced Solutions Team - Akamai Technical Documentation