Back

astanahub.com

Terraform in 2025: relevance, challenges and alternatives

9/24/2025Updated 10/17/2025
https://astanahub.com/en/blog/terraform-v-2025-godu-aktualnost-vyzovy-i-alternativy

Even if you're not a Terraform fan, there's a good chance you'll have to support it—especially on projects with a history. Terraform starts to “creak” when the infrastructure becomes really large and multilevel.: **There is no built-in support for multiregionality and multienvironment**. **Managing dependencies between parts of the infrastructure is inconvenient**. **State files without an external backend (S3, GCS, etc.) are a pain**. **It is difficult to share resources between teams without Enterprise solutions**. … - They support a **limited number of cases**, and are often incompatible with existing configs. - They require a separate CLI utility for signing manifests. Opinions in the industry are divided: some find them useful, while others consider them a “crude solution with a good idea.” ... … Positive: - You can use familiar data structures, loops, and conditions. - They are better suited for developers than DevOps engineers. Minuses: - Steep learning curve for ops teams. - Difficulties with typing (especially in CDK). - Not all clouds and resources are supported on par with Terraform. Many teams, having tried the CDK, then return to Terraform due to the inability to easily delegate maintenance to DevOps engineers.

Related Pain Points3