docs: fix slide 20 OpenTofu facts + slide 21 heading size

- slide 20: BSL -> BUSL 1.1; "OpenTF Foundation" -> CNCF project;
  soften "fully compatible" to "diverging features"; note CNCF since 2025
- slide 21: smaller heading to match slide 20

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arnaud Prémel-Cabic
2026-06-08 10:58:33 +02:00
parent 5b11b26642
commit 58ae6e890d

View File

@@ -891,14 +891,14 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
<section class="s-tf"> <section class="s-tf">
<h2 style="font-size:1.05em;">HashiCorp changed Terraform's license.</h2> <h2 style="font-size:1.05em;">HashiCorp changed Terraform's license.</h2>
<ul> <ul>
<li><strong>BSL</strong> instead of MPL — no longer truly open-source</li> <li><strong>BUSL 1.1</strong> instead of MPL — no longer truly open-source</li>
<li>The community responded: <strong>OpenTofu</strong>, by the OpenTF Foundation</li> <li>The community responded: <strong>OpenTofu</strong>, now a CNCF project</li>
</ul> </ul>
<p><em>Drop-in replacement. Fully compatible. Community-driven.</em></p> <p><em>Drop-in for migration. Diverging features. Community-driven.</em></p>
<aside class="notes"> <aside class="notes">
<ul> <ul>
<li>2023: HashiCorp moved to BSL — restricts commercial competitors, not truly open-source anymore.</li> <li>2023: HashiCorp moved to BUSL 1.1 — restricts commercial competitors, not truly open-source anymore.</li>
<li>Community forked it: OpenTofu, now under the Linux Foundation.</li> <li>Community forked it: OpenTofu, accepted into the Linux Foundation in 2023, a CNCF project since 2025.</li>
<li>Practical takeaway: drop-in compatible, swap the binary. Worth knowing for licensing-sensitive orgs.</li> <li>Practical takeaway: drop-in compatible, swap the binary. Worth knowing for licensing-sensitive orgs.</li>
</ul> </ul>
</aside> </aside>
@@ -906,7 +906,7 @@ Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
<!-- ─── SLIDE 21 : Terraform platforms ──────────────────────────── --> <!-- ─── SLIDE 21 : Terraform platforms ──────────────────────────── -->
<section class="s-tf"> <section class="s-tf">
<h2>Terraform at scale needs a platform.</h2> <h2 style="font-size:1.05em;">Terraform at scale needs a platform.</h2>
<ul> <ul>
<li><strong>Terraform Enterprise / HCP Terraform</strong> — remote state, RBAC, audit logs</li> <li><strong>Terraform Enterprise / HCP Terraform</strong> — remote state, RBAC, audit logs</li>
<li><strong>Spacelift</strong> — GitOps-first CI/CD for Terraform and OpenTofu</li> <li><strong>Spacelift</strong> — GitOps-first CI/CD for Terraform and OpenTofu</li>