Terraform Associate: HashiCorp Certified: Terraform Associate

What’s included
$14.99 / $24.99
Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
Pay once, own it forever
Video Courses
Introduction
Lectures | Duration |
---|---|
1. Introduction to the Course and Certification | 8m |
1. Introduction to the Course and Certification
8m
Getting Started & Setting Up Labs
Lectures | Duration |
---|---|
1. Choosing a right Infrastructure as Code tool | 10m |
2. Installing Terraform - Windows Users | 5m |
3. Installing Terraform - MacOS and Linux Users | 4m |
4. Choosing Right IDE for Terraform IAC development | 5m |
5. Setting up AWS account | 5m |
1. Choosing a right Infrastructure as Code tool
10m
2. Installing Terraform - Windows Users
5m
3. Installing Terraform - MacOS and Linux Users
4m
4. Choosing Right IDE for Terraform IAC development
5m
5. Setting up AWS account
5m
Deploying Infrastructure with Terraform
Lectures | Duration |
---|---|
1. Creating first EC2 instance with Terraform | 20m |
2. Understanding Resources & Providers - NEW | 12m |
3. Understanding Resource & Providers - Part 2 NEW | 9m |
4. Destroying Infrastructure with Terraform (NEW) | 9m |
5. Understanding Terraform State files (NEW) | 10m |
6. Understanding Desired & Current States (NEW) | 8m |
7. Challenges with the current state on computed values (NEW) | 5m |
8. Terraform Provider Versioning | 13m |
1. Creating first EC2 instance with Terraform
20m
2. Understanding Resources & Providers - NEW
12m
3. Understanding Resource & Providers - Part 2 NEW
9m
4. Destroying Infrastructure with Terraform (NEW)
9m
5. Understanding Terraform State files (NEW)
10m
6. Understanding Desired & Current States (NEW)
8m
7. Challenges with the current state on computed values (NEW)
5m
8. Terraform Provider Versioning
13m
Read, Generate, Modify Configurations
Lectures | Duration |
---|---|
1. Overview of Course Lecture Format | 6m |
2. Understanding Attributes and Output Values in Terraform | 13m |
3. Referencing Cross-Account Resource Attributes | 12m |
4. Terraform Variables | 8m |
5. Approaches for Variable Assignment | 11m |
6. Data Types for Variables | 13m |
7. Fetching Data from Maps and List in Variable | 3m |
8. Count and Count Index | 11m |
9. Conditional Expressions | 8m |
10. Local Values | 5m |
11. Terraform Functions | 19m |
12. Data Sources | 8m |
13. Debugging in Terraform | 4m |
14. Terraform Format | 2m |
15. Validating Terraform Configuration Files | 3m |
16. Load Order & Semantics | 7m |
17. Dynamic Blocks | 10m |
18. Tainting Resources | 7m |
19. Splat Expressions | 3m |
20. Terraform Graph | 6m |
21. Saving Terraform Plan to File | 4m |
22. Terraform Output | 3m |
23. Terraform Settings | 5m |
24. Dealing with Large Infrastructure | 11m |
25. Zipmap Function | 5m |
1. Overview of Course Lecture Format
6m
2. Understanding Attributes and Output Values in Terraform
13m
3. Referencing Cross-Account Resource Attributes
12m
4. Terraform Variables
8m
5. Approaches for Variable Assignment
11m
6. Data Types for Variables
13m
7. Fetching Data from Maps and List in Variable
3m
8. Count and Count Index
11m
9. Conditional Expressions
8m
10. Local Values
5m
11. Terraform Functions
19m
12. Data Sources
8m
13. Debugging in Terraform
4m
14. Terraform Format
2m
15. Validating Terraform Configuration Files
3m
16. Load Order & Semantics
7m
17. Dynamic Blocks
10m
18. Tainting Resources
7m
19. Splat Expressions
3m
20. Terraform Graph
6m
21. Saving Terraform Plan to File
4m
22. Terraform Output
3m
23. Terraform Settings
5m
24. Dealing with Large Infrastructure
11m
25. Zipmap Function
5m
Terraform Provisioners
Lectures | Duration |
---|---|
1. Understanding Provisioners in Terraform | 6m |
2. Types of Provisioners | 5m |
3. Implementing remote-exec provisioners | 10m |
4. Implementing local-exec provisioners | 5m |
5. Creation-Time & Destroy-Time Provisioners | 10m |
6. Failure Behavior for Provisioners | 4m |
1. Understanding Provisioners in Terraform
6m
2. Types of Provisioners
5m
3. Implementing remote-exec provisioners
10m
4. Implementing local-exec provisioners
5m
5. Creation-Time & Destroy-Time Provisioners
10m
6. Failure Behavior for Provisioners
4m
Terraform Modules & Workspaces
Lectures | Duration |
---|---|
1. Understanding DRY principle | 7m |
2. Implementing EC2 module with Terraform | 8m |
3. Variables and Terraform Modules | 6m |
4. Terraform Registry | 11m |
5. Terraform Workspace | 5m |
6. Implementing Terraform Workspace | 8m |
1. Understanding DRY principle
7m
2. Implementing EC2 module with Terraform
8m
3. Variables and Terraform Modules
6m
4. Terraform Registry
11m
5. Terraform Workspace
5m
6. Implementing Terraform Workspace
8m
Remote State Management
Lectures | Duration |
---|---|
1. Integrating with GIT for team management | 7m |
2. Security Challenges in Commiting TFState to GIT | 8m |
3. Module Sources in Terraform | 7m |
4. Terraform and .gitignore | 5m |
5. Remote State Management with Terraform | 5m |
6. Implementing S3 Backend | 6m |
7. Challenges with State File locking | 7m |
8. Integrating DynamoDB with S3 for state locking | 5m |
9. Terraform State Management | 10m |
10. Importing Existing Resources with Terraform Import | 12m |
1. Integrating with GIT for team management
7m
2. Security Challenges in Commiting TFState to GIT
8m
3. Module Sources in Terraform
7m
4. Terraform and .gitignore
5m
5. Remote State Management with Terraform
5m
6. Implementing S3 Backend
6m
7. Challenges with State File locking
7m
8. Integrating DynamoDB with S3 for state locking
5m
9. Terraform State Management
10m
10. Importing Existing Resources with Terraform Import
12m
Security Primer
Lectures | Duration |
---|---|
1. Handling Access & Secret Keys the Right Way in Providers | 4m |
2. Terraform Provider UseCase - Resources in Multiple Regions | 7m |
3. Handling Multiple AWS Profiles with Terraform Providers | 4m |
4. Terraform & Assume Role with AWS STS | 8m |
5. Sensitive Parameter | 3m |
1. Handling Access & Secret Keys the Right Way in Providers
4m
2. Terraform Provider UseCase - Resources in Multiple Regions
7m
3. Handling Multiple AWS Profiles with Terraform Providers
4m
4. Terraform & Assume Role with AWS STS
8m
5. Sensitive Parameter
3m
Terraform Cloud & Enterprise Capabilities
Lectures | Duration |
---|---|
1. Overview of Terraform Cloud | 7m |
2. Creating Infrastructure with Terraform Cloud | 16m |
3. Overview of Sentinel | 5m |
4. Overview of Remote Backends | 6m |
5. Implementing Remote Backend Operations in Terraform Cloud | 8m |
1. Overview of Terraform Cloud
7m
2. Creating Infrastructure with Terraform Cloud
16m
3. Overview of Sentinel
5m
4. Overview of Remote Backends
6m
5. Implementing Remote Backend Operations in Terraform Cloud
8m
Exam Preparation Section
Lectures | Duration |
---|---|
1. Overview of HashiCorp Exams | 15m |
2. Important Pointers for Exams - Part 01 | 8m |
3. Important Pointers for Exams - Part 02 | 8m |
4. Important Pointers for Exams - Part 03 | 7m |
5. Important Pointers for Exams - Part 04 | 7m |
6. Important Pointers for Exams - Part 05 | 14m |
7. Important Pointers for Exams - Part 06 | 14m |
1. Overview of HashiCorp Exams
15m
2. Important Pointers for Exams - Part 01
8m
3. Important Pointers for Exams - Part 02
8m
4. Important Pointers for Exams - Part 03
7m
5. Important Pointers for Exams - Part 04
7m
6. Important Pointers for Exams - Part 05
14m
7. Important Pointers for Exams - Part 06
14m