1
HashiTalks 2025
© HASHICORP
2
Stop breaking things
and start testing!
Terraform Test Framework - Hallway Track Follow-Up!
© HASHICORP
3
HashiCorp Ambassador
LinkedIn: jeremy-j-myers
Jeremy
Myers
© HASHICORP
Table of Contents/�Agenda
Terraform Testing Framework Intro & Basics
Terraform Testing Framework State
Terraform Testing “At-Scale” in Pipelines
Terraform Test Mocking
Review / Wrap-Up
4
©2024 HASHICORP
5
Terraform Testing Framework
© HASHICORP
Terraform Testing Framework Intro
6
HCL based configuration language to test Terraform Modules.
©2024 HASHICORP
Terraform Testing Framework Folder Structure
7
NEW folder for tests
©2024 HASHICORP
Terraform Testing Framework File Layout
8
One to Many RUN blocks
One to Many PROVIDER blocks - ALIAS are allowed
Plan or Apply COMMAND
VARIABLE block - global / plan specific
None to Many ASSERT blocks
©2024 HASHICORP
Terraform testing beyond the basics
9
TEST 1 - PLAN -
TEST 2 - PLAN
TEST 3 - APPLY
©2024 HASHICORP
10
Demo Time
Less Talk - More Code!
storage-account
© HASHICORP
TF Test Apply Strategy - All About the State
11
module. setup_rg
state
create_sa_stnd &
create_sa_change_tag
state
update in place
©2024 HASHICORP
Congratulations
Testing Framework Associate Badge
Note: It’s not a real thing!
©2024 HASHICORP
13
Terraform Testing Beyond Basics
©2024 HASHICORP
Module Lifecycle
Initial Release
Basic deployment with required parameters.
Add Functionality / Capabilities
Enable complex configurations
Provider Upgrade
Breaking Changes
14
Test ALL Versions
©2024 HASHICORP
Testing Multi-Version Modules
Tag Based vs Branch Based
HCP Terraform Cloud
CI/CD via Pipelines
15
© HASHICORP
16
Multi-Version
Module Testing
virtual machines
© HASHICORP
17
Mocking Time
Let’s all pretend for a minute!
virtual machines
© HASHICORP
Mocking
18
Load Balancer Terraform Module
Terraform will NOT build the resource, but return data about the resource AS-IF it had created the resource.
Very useful for resources that require extended deployment time.
© HASHICORP
19
Quick Re-Cap
https://events.hashicorp.com/hashitalks2025
https://events.hashicorp.com/hashitalks2025
© HASHICORP
Types of Terraform Tests
20
20
©2024 HASHICORP
How about you?
What big lesson have you learned?
Share your knowledge in the chat!
Pro Tips / Recommendations
Test File Naming & Strategy
Mocking
21
© HASHICORP
Additional Learning
Mattias Fjellstrom - fellow Ambassador
YouTube - Highly Recommend!
CI/CD Pipelines Examples
22
© HASHICORP
hugs@hashicorp.com | learn.hashicorp.com | discuss.hashicorp.com
Thank you
LinkedIn: jeremy-j-myers
Jeremy
Myers
hello@hashicorp.com
Thank you
© HASHICORP
Thank you
© HASHICORP
Thank you
© HASHICORP