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