github.com/hugorut/terraform@v1.1.3/website/intro/vs/chef-puppet.mdx (about)

     1  ---
     2  page_title: 'Terraform vs. Chef, Puppet, etc.'
     3  description: >-
     4    How Terraform compares to configuration management tools like Chef and
     5    Puppet.
     6  ---
     7  
     8  # Terraform vs. Chef, Puppet, etc.
     9  
    10  Configuration management tools install and manage software on a machine
    11  that already exists. Terraform is not a configuration management tool,
    12  and it allows existing tooling to focus on their strengths: bootstrapping
    13  and initializing resources.
    14  
    15  Terraform focuses on the higher-level abstraction of the datacenter and
    16  associated services, while allowing you to use configuration management
    17  tools on individual systems. It also aims to bring the same benefits of
    18  codification of your system configuration to infrastructure management.
    19  
    20  If you are using traditional configuration management within your compute
    21  instances, you can use Terraform to configure bootstrapping software like
    22  cloud-init to activate your configuration management software on first
    23  system boot.