Terraform

Terraform

Basic

Terraform allows you to build, change, and version your infrastructure using infrastructure as code techniques. It allows to set configuration files to define your applications or infrastructure, and stores the state of your infrastructure to modify or update.

This key competency includes Deploying Terraform Configurations, Launching and changing an AWS instance using Terraform, Working with the Terraform Registry, resources and outputs, among others. 

Key Competencies:

  1. Deploying Terraform Configurations - Using the Console and CLI, variables, functions, and modules.
  2. Launch an Amazon Web Services Instance using Terraform - Launching an AWS instance using Terraform resources and plans.
  3. Changing Amazon Web Services Instance using Terraform - Changing an already existing AWS instance deployed by Terraform to a different instance type and properties using Terraform config files.
  4. Working with the Terraform Registry - Working with the Terraform Registry to deploy registry modules.
  5. Destroying Resources - Deleting existing TF resources and working with the delete API.
  6. Outputs - Understanding how to retrieve specific values from the existing infrastructure.