Skip to content

Commit 36b719e

Browse files
committed
Fix anchor links in '10 Most Used IaC Tools in 2025' section
Update anchor links to match the actual numbered section headers. The links now correctly point to #1-pulumi, #2-terraform, etc. instead of the previous generic anchors that didn't work.
1 parent 68e64e6 commit 36b719e

File tree

1 file changed

+10
-10
lines changed
  • content/blog/infrastructure-as-code-tools

1 file changed

+10
-10
lines changed

content/blog/infrastructure-as-code-tools/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ This guide covers the following infrastructure as code tools and platforms:
6464

6565
### 10 Most Used IaC Tools in 2025
6666

67-
1. **[Pulumi IaC](#pulumi)** - Modern IaC with general-purpose programming languages
68-
2. **[Terraform](#terraform)** - BSL-licensed IaC from HashiCorp that uses the HCL domain-specific language
69-
3. **[AWS CDK](#aws-cloud-development-kit-cdk)** - Cloud Development Kit for AWS
70-
4. **[AWS CloudFormation](#aws-cloudformation)** - Native AWS integration
71-
5. **[Azure Resource Manager (ARM)](#azure-resource-manager-arm)** - Native Azure JSON templates
72-
6. **[Azure Bicep](#azure-bicep)** - Azure-native domain-specific language that compiles to ARM
73-
7. **[Google Cloud Infrastructure Manager](#google-cloud-infrastructure-manager)** - Terraform-based solution for Google Cloud
74-
8. **[Kubernetes YAML](#kubernetes-yaml)** - Native Kubernetes resource definitions
75-
9. **[Crossplane](#crossplane)** - Kubernetes as universal control plane
76-
10. **[OpenTofu](#opentofu)** - Open-source Terraform alternative
67+
1. **[Pulumi IaC](#1-pulumi)** - Modern IaC with general-purpose programming languages
68+
2. **[Terraform](#2-terraform)** - BSL-licensed IaC from HashiCorp that uses the HCL domain-specific language
69+
3. **[AWS CDK](#3-aws-cloud-development-kit-cdk)** - Cloud Development Kit for AWS
70+
4. **[AWS CloudFormation](#4-aws-cloudformation)** - Native AWS integration
71+
5. **[Azure Resource Manager (ARM)](#5-azure-resource-manager-arm)** - Native Azure JSON templates
72+
6. **[Azure Bicep](#6-azure-bicep)** - Azure-native domain-specific language that compiles to ARM
73+
7. **[Google Cloud Infrastructure Manager](#7-google-cloud-infrastructure-manager)** - Terraform-based solution for Google Cloud
74+
8. **[Kubernetes YAML](#8-kubernetes-yaml)** - Native Kubernetes resource definitions
75+
9. **[Crossplane](#9-crossplane)** - Kubernetes as universal control plane
76+
10. **[OpenTofu](#10-opentofu)** - Open-source Terraform alternative
7777

7878
### Configuration Management Tools
7979

0 commit comments

Comments
 (0)