Terraform Associate Certification

HashiCorp just updated their Terraform associate certification

tl;dr: There is a new version of the terraform associate certification (004). It is mostly the same as the previous version (003) but with 4 new topics added. Terraform? Terraform might be the de facto standard when it comes to infrastructure as code (IaC). It is a way of using declarative code to provision cloud resources. Today everything has an API, but all APIs are different. With Terraform you write simple HCL, which really doesn’t feel much more complex than JSON. This gets translated to a providers API requests. And there is a provider for everything from Azure and AWS to Minecraft and Spotify. ...

January 30, 2026