api: "YAML JSON TOON Database"
version: "1.0.0"
format: "json"
dataset:
  slug: "infrastructure-as-code-tools"
  title: "Infrastructure as Code Tools"
  description: "Tools for managing infrastructure through code."
  category: "DevOps"
  category_slug: "devops"
  tags: "devops,iac,terraform"
  view_count: 0
data:
  - tool: "Terraform"
    type: "Declarative"
    description: "Open-source tool for provisioning cloud resources with HCL."
  - tool: "CloudFormation"
    type: "Declarative"
    description: "AWS service for modeling and provisioning resources."
  - tool: "Ansible"
    type: "Procedural"
    description: "Agentless configuration management and orchestration."
  - tool: "Puppet"
    type: "Declarative"
    description: "Configuration management using a domain-specific language."
  - tool: "Chef"
    type: "Procedural"
    description: "Infrastructure automation using Ruby-based cookbooks."
  - tool: "Pulumi"
    type: "Declarative"
    description: "Infrastructure as code using general-purpose programming languages."
