HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream

Infrastructure
Automation Certifications

We offer Terraform certifications at two levels to help you showcase your infrastructure automation expertise. Earn the Terraform Associate certification to validate your foundational Terraform knowledge and skills. Demonstrate your advanced Terraform production experience with the Terraform Authoring and Operations Professional certification.

HashiCorp Certified:

Terraform Associate (003)

Product version tested:Terraform 1.3

Terraform Associate 003 will be retired and replaced by version 004 on January 8, 2026. Compare the differences between the two versions below. Prove your foundational Terraform knowledge and skills in an hour-long multiple-choice exam.

The Terraform Associate 003 exam will be replaced by the 004 exam version on January 8, 2026. All versions of the Terraform Associate exam validate your skills at the associate level. You may hold both certifications at the same time.

Advanced scheduling for Terraform Associate 004 is now open.

  • January 5, 2026: Last day to schedule Terraform Associate 003.
  • January 7, 2026: Last day to take Terraform Associate 003.
    • If you take the 003 version at this time and fail, you will need to take the 004 version when you reattempt the exam.
  • January 8, 2026: First day to take Terraform Associate 004. Terraform Associate 003 is retired.

You should take the Terraform Associate certification exam if you are a Cloud Engineer with foundational Terraform knowledge and skills, who can identify Terraform Enterprise features and distinguish them from Community edition.

Prerequisites:

  • Basic terminal skills
  • Understanding of on-premises and cloud architecture

While professional experience is recommended, you can also prepare by practicing the exam objectives in a personal demo setup.

Assessment TypeMultiple choice
FormatOnline proctored
Duration1 hour
Price$70.50 USD, plus locally applicable taxes and fees. Free retake not included.
LanguageEnglish
Expiration2 years
1Understand Infrastructure as Code (IaC) concepts
1aExplain what IaC is
1bDescribe advantages of IaC patterns
2Understand the purpose of Terraform (vs other IaC)
2aExplain multi-cloud and provider-agnostic benefits
2bExplain the benefits of state
3Understand Terraform basics
3aInstall and version Terraform providers
3bDescribe plugin-based architecture
3cWrite Terraform configuration using multiple providers
3dDescribe how Terraform finds and fetches providers
4Use Terraform outside the core workflow
4aDescribe when to use terraform import to import existing infrastructure into your Terraform state
4bUse terraform state to view Terraform state
4cDescribe when to enable verbose logging and what the outcome/value is
5Interact with Terraform modules
5aContrast and use different module source options including the public Terraform Module Registry
5bInteract with module inputs and outputs
5cDescribe variable scope within modules/child modules
5dSet module version
6Use the core Terraform workflow
6aDescribe Terraform workflow ( Write -> Plan -> Create )
6bInitialize a Terraform working directory (terraform init)
6cValidate a Terraform configuration (terraform validate)
6dGenerate and review an execution plan for Terraform (terraform plan)
6eExecute changes to infrastructure with Terraform (terraform apply)
6fDestroy Terraform managed infrastructure (terraform destroy)
6gApply formatting and style adjustments to a configuration (terraform fmt)
7Implement and maintain state
7aDescribe default local backend
7bDescribe state locking
7cHandle backend and cloud integration authentication methods
7dDifferentiate remote state back end options
7eManage resource drift and Terraform state
7fDescribe backend block and cloud integration in configuration
7gUnderstand secret management in state files
8Read, generate, and modify configuration
8aDemonstrate use of variables and outputs
8bDescribe secure secret injection best practice
8cUnderstand the use of collection and structural types
8dCreate and differentiate resource and data configuration
8eUse resource addressing and resource parameters to connect resources together
8fUse HCL and Terraform functions to write configuration
8gDescribe built-in dependency management (order of execution based)
9Understand HCP Terraform capabilities
9aExplain how HCP Terraform helps to manage infrastructure
9bDescribe how HCP Terraform enables collaboration and governance

Understand your recertification options. Start by finding the scenario that applies to you and then evaluate your options. Know which exam version you passed by the 3-digit code on your credentials (badge and certificate).

Scenario 1: You hold an unexpired Terraform Associate certification from the 003 version of the exam

Option 1: Pass the Terraform Authoring and Operations Professional exam

  • Extend your Associate credentials' expiration date
  • Earn a new professional-level badge and certificate

Option 2: Pass the 003 version of the Terraform Associate exam starting 6 months before expiration

  • Extend your credentials' expiration date

Scenario 2: You hold an unexpired Terraform Associate certification from the 002 version of the exam

Option 1: Pass the Terraform Authoring and Operations Professional exam

  • Extend your Associate credentials' expiration date
  • Earn a new professional-level badge and certificate

Option 2: Pass the 003 version of the Terraform Associate exam starting 6 months before expiration

  • Receive a new, separate set of credentials with a new expiration date
  • Your original credentials' expiration date is not updated

Scenario 3: You hold any expired Terraform Associate certification

There is only one option for recertifying if your certification has already expired.

Pass the current version of the Terraform Associate exam at any time

  • Receive a new, separate set of credentials with a new expiration date
  • Your expired credentials' expiration date is not updated

Learn more about recertification in our Knowledge base.

HashiCorp Certified:

Terraform Associate (004)

Product version tested:Terraform 1.12

Terraform Associate 004 will replace the current 003 version on January 8, 2026. Compare the differences between the two versions below. Prove your foundational Terraform knowledge and skills in an hour-long multiple-choice exam.

Terraform Associate 004 exam replaces the 003 version on January 8, 2026. All versions of the Terraform Associate exam validate your skills at the associate level. You may hold both certifications at the same time.

You can schedule a Terraform Associate 004 exam appointment now.

  • January 5, 2026: Last day to schedule Terraform Associate 003.
  • January 7, 2026: Last day to take Terraform Associate 003.
    • If you take the 003 version at this time and fail, you will need to take the 004 version when you reattempt the exam.
  • January 8, 2026: First day to take Terraform Associate 004. Terraform Associate 003 is retired.

Exam updates summary:

  • Four new topics
    • 4f: depends_on and create_before_destroy lifecycle rules
    • 4g: Validate configuration using custom conditions
    • 4h: Ephemeral values and write-only arguments
    • 8c: Describe how to organize and use HCP Terraform workspaces and projects
  • Tests on Terraform version 1.12
  • Includes HCP Terraform content

You should take the Terraform Associate certification exam if you are a Cloud Engineer with foundational Terraform knowledge and skills, who can identify Terraform Enterprise features and distinguish them from Community edition.

Prerequisites:

  • Basic terminal skills
  • Understanding of on-premises and cloud architecture

While professional experience is recommended, you can also prepare by practicing the exam objectives in a personal demo setup.

Assessment TypeMultiple choice
FormatOnline proctored
Duration1 hour
Price$70.50 USD, plus locally applicable taxes and fees. Free retake not included.
LanguageEnglish
Credential Expiration2 years
1Infrastructure as Code (IaC) with Terraform
1aExplain what IaC is
1bDescribe the advantages of IaC patterns
1cExplain how Terraform manages multi-cloud, hybrid cloud, and service-agnostic workflows
2Terraform fundamentals
2aInstall and version Terraform providers
2bDescribe how Terraform uses providers
2cWrite Terraform configuration using multiple providers
2dExplain how Terraform uses and manages state
3Core Terraform workflow
3aDescribe the Terraform workflow
3bInitialize a Terraform working directory
3cValidate a Terraform configuration
3dGenerate and review an execution plan for Terraform
3eApply changes to infrastructure with Terraform
3fDestroy Terraform-managed infrastructure
3gApply formatting and style adjustments to a configuration
4Terraform configuration
4aUse and differentiate resource and data blocks
4bRefer to resource attributes and create cross-resource references
4cUse variables and outputs
4dUnderstand and use complex types
4eWrite dynamic configuration using expressions and functions
4fDefine resource dependencies in configuration
4gValidate configuration using custom conditions
4hUnderstand best practices for managing sensitive data, including secrets management with Vault
5Terraform modules
5aExplain how Terraform sources modules
5bDescribe variable scope within modules
5cUse modules in configuration
5dManage module versions
6Terraform state management
6aDescribe the local backend
6bDescribe state locking
6cConfigure remote state using the backend block
6dManage resource drift and Terraform state
7Maintain infrastructure with Terraform
7aImport existing infrastructure into your Terraform workspace
7bUse the CLI to inspect state
7cDescribe when and how to use verbose logging
8HCP Terraform
8aUse HCP Terraform to create infrastructure
8bDescribe HCP Terraform collaboration and governance features
8cDescribe how to organize and use HCP Terraform workspaces and projects
8dConfigure and use HCP Terraform integration
HashiCorp Certified:

Terraform Authoring and Operations Professional

Product version tested:Terraform 1.6

Demonstrate your advanced, production-level Terraform expertise in an intensive, lab-based exam.

You should take the Terraform Authoring and Operations Professional exam if you have advanced production-level Terraform expertise in both configuration authoring and Terraform workflows. You will need to demonstrate your professional-level skills implementing and authoring Terraform modules, developing dynamic HCL configuration, and establishing scalable, collaborative workflows.

Prerequisites:

  • Terraform Associate certification (strongly recommend, or equivalent experience required)
  • Linux skills, such as the ability to list and edit files via command terminal
  • Experience using cloud credentials
  • Familiarity with YAML, JSON, HCL, and CSV formats
  • Understanding of the networking stack and networking protocols, including TCP/IP and UDP
  • Advanced configuration authoring and a deep understanding of Terraform workflows
Assessment TypeLab-based and multiple choice
FormatOnline proctored
Duration4 hours; 15-min break included
Price$295 USD, plus locally applicable taxes and fees. Includes free retake.
LanguageEnglish
Expiration2 years
1Manage resource lifecycle
1aInitialize a configuration using terraform init and its options
1bGenerate an execution plan using terraform plan and its options
1cApply configuration changes using terraform apply and its options
1dDestroy resources using terraform destroy and its options
1eManage resource state, including importing resources and reconciling resource drift
2Develop and troubleshoot dynamic configuration
2aUse language features to validate configuration
2bQuery providers using data sources
2cCompute and interpolate data using HCL functions
2dUse meta-arguments in configuration
2eConfigure input variables and outputs, including complex types
2fAnalyze best practices for managing sensitive data, such as using Vault for secrets management
3Develop collaborative Terraform workflows
3aManage the Terraform binary, providers, and modules using version constraints
3bConfigure remote state
3cUse the Terraform workflow in automation
3dShare data across configurations and workspaces
4Create, maintain, and use Terraform modules
4aCreate a module
4bUse a module in configuration
4cRefactor a module and use module versioning
4dRefactor an existing configuration into modules
5Configure and use Terraform providers
5aUnderstand Terraform's plugin-based architecture
5bConfigure providers, including aliasing, versioning, sourcing, and managing upgrades
5cManage provider authentication
5dTroubleshoot provider errors
6Collaborate on infrastructure as code using HCP Terraform
6aAnalyze the HCP Terraform run workflow
6bUnderstand HCP Terraform workspaces and their configuration options, including access management
6cManage provider credentials in HCP Terraform
6dAnalyze policy as code and governance features

To renew your certification, you will need to take and pass the Terraform Authoring & Operations Professional exam again.

Unexpired certification

  • Retake the exam starting 6 months before your expiration date
  • Passing extends your current credentials' expiration date

Expired certification

  • Retake the exam at any time
  • Passing gives you a new set of credentials with a new expiration date

Learn more about recertification in our Knowledge base.