Terraform Associate Exam Guide

Rp4.900.000,00

CONTENT

1. Understand Infrastructure as Code (Iac) Concepts

1.1. Explain what Infrastructure as Code (Iac) is
1.2. Benefits of Infrastructure as Code
1.3. Describe advantages of IaC patterns

2. Understand The Purpose of Terraform (Vs Other Iac)

2.1. Explain multi-cloud and provider-agnostic benefits
2.2. Explain the benefits of state

3. Getting Started with Terraform

3.1. Install and version Terraform providers
3.2. Describe plugin-based architecture
3.3. Write Terraform configuration using multiple providers
3.4. Describe how Terraform finds and fetches providers

4. Use Terraform Outside of Core Workflow

4.1. Describe when to use terraform import to import existing infrastructure into your Terraform state
4.2. Use terraform state to view Terraform state
4.3. Describe when to enable verbose logging and what the outcome/value is

5. Interact With Terraform Modules

5.1. Contrast and use different module source options including the public Terraform Module Registry
5.2. Create Reusable Infrastructure with Terraform Modules
5.3. Describe variable scope within modules/child modules

6. Use The Core Terraform Workflow

6.1. Describe Terraform workflow (Write -> Plan -> Create)
6.2. Initialize a Terraform working directory (terraform init)
6.3. Validate a Terraform configuration (terraform validate)
6.4. Generate and review an execution plan for Terraform (terraform plan)
6.5. Execute changes to infrastructure with Terraform (terraform apply)
6.6. Destroy Terraform managed infrastructure (terraform destroy)
6.7. Apply formatting and style adjustments to a configuration (terraform fmt)

7. Implement and Maintain State

7.1. Describe default local backend
7.2. Describe state locking
7.3. Handle backend and cloud integration authentication methods
7.4. Differentiate remote state back end options
7.5. Manage resource drift and Terraform state
7.6. Describe backend block and cloud integration in configuration
7.7. Managing Secrets with Terraform

8. Read, Generate, and Modify Configuration

8.1. Demonstrate use of variables and outputs
8.2. Describe secure secret injection best practice
8.3. Understand the use of collection and structural types
8.4. Create and differentiate resource and data configuration
8.5. Use resource addressing and resource parameters to connect resources together
8.6. Use HCL and Terraform functions to write configuration
8.7. Describe built-in dependency management (order of execution based)

9. Understand Terraform Cloud Capabilities

9.1. Explain how Terraform Cloud helps to manage infrastructure
9.2. Describe how Terraform Cloud enables collaboration and governance