From b1dab6fde4e767cf5101f91c2356b767498d5c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Pr=C3=A9mel-Cabic?= Date: Mon, 8 Jun 2026 11:05:03 +0200 Subject: [PATCH] docs: fix Ansible license + bullet sizing + slide 21 notes - slide 23: Apache 2.0 -> GPLv3 (bullet + note), BSL -> BUSL in note - slide 21: add Scalr to SaaS list in notes - slides 13/16/20/21: shrink bullet lists to 0.9em Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a033770..ed5fb9f 100644 --- a/index.html +++ b/index.html @@ -627,7 +627,7 @@

What is Terraform?

-
    +
    • Infrastructure as Code tool for provisioning cloud resources
    • Created by HashiCorp in 2014
    • Written in Go
    • @@ -722,7 +722,7 @@

      Terraform remembers what it built.

      -
        +
        • The .tfstate file maps code to real-world resources
        • Store it remotely — never commit it to Git
        • May contain sensitive values: credentials, tokens, secrets
        • @@ -890,7 +890,7 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

          HashiCorp changed Terraform's license.

          -
            +
            • BUSL 1.1 instead of MPL — no longer truly open-source
            • The community responded: OpenTofu, now a CNCF project
            @@ -907,7 +907,7 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

            Terraform at scale needs a platform.

            -
              +
              • Terraform Enterprise / HCP Terraform — remote state, RBAC, audit logs
              • Spacelift — GitOps-first CI/CD for Terraform and OpenTofu
              • Atlantis — open-source, plan & apply from pull requests
              • @@ -917,7 +917,7 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
                • Running Terraform from a laptop doesn't scale to a team.
                • You need: shared/locked state, RBAC, audit, plan-on-PR, policy & cost guardrails.
                • -
                • Range from SaaS (HCP, Spacelift, env0) to self-hosted open-source (Atlantis).
                • +
                • Range from SaaS (HCP, Spacelift, env0, Scalr) to self-hosted open-source (Atlantis).
            @@ -942,12 +942,12 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
          • Agentless automation tool for configuration and orchestration
          • Created by Michael DeHaan in 2012
          • Acquired by Red Hat in 2015
          • -
          • Written in Python — Apache 2.0 license
          • +
          • Written in Python — GPLv3 license