You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3class="text-xl font-semibold mb-3">Control Your Infrastructure</h3>
48
-
<pclass="font-semibold text-blue-600 dark:text-blue-400 mb-1">Limit Your Blast Radius 🎯</p>
49
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Break down your monolithic infrastructure to manageable units that are safe to update independently, and have their own state.</p>
<h3class="text-xl font-semibold mb-3">Orchestrate Your Infrastructure</h3>
54
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of stacks.</p>
Break down your monolithic infrastructure to manageable <ahref="#"class="text-blue-600 dark:text-blue-400 underline">units</a> that are safe to update independently, and have their own state.
54
+
</div>
55
+
</div>
56
+
<divclass="feature-card text-left">
57
+
<divclass="font-bold text-lg mb-1">Orchestrate Your Infrastructure</div>
Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of <ahref="#"class="text-blue-600 dark:text-blue-400 underline">stacks</a>.
60
+
</div>
61
+
</div>
62
+
<divclass="feature-card text-left">
63
+
<divclass="font-bold text-lg mb-1">Automate You Backend Infrastructure</div>
Ensure your entire team is using secure, consistent OpenTofu/Terraform <ahref="#"class="text-blue-600 dark:text-blue-400 underline">state backend</a> configurations.
<h3class="text-xl font-semibold mb-3">Automate Your Backend Infrastructure</h3>
59
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Ensure your entire team is using secure, consistent OpenTofu/Terraform state backend configurations.</p>
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Leverage the special construct of the Terragrunt Stack to encapsulate higher level collections of infrastructure components as a unified stack.</p>
Define reusable infrastructure configurations once, and reference them wherever they're needed using <ahref="#"class="text-blue-600 dark:text-blue-400 underline">includes</a>.
Leverage the special construct of the <ahref="#"class="text-blue-600 dark:text-blue-400 underline">Terragrunt Stack</a> to encapsulate higher level collections of infrastructure components as a unified stack.
<pclass="font-semibold text-blue-600 dark:text-blue-400 mb-1 mt-4">Automate Operational Tasks Using Hooks</p>
74
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Don't ask that your engineers remember to do things before/after updating IaC, codify those tasks with hooks so that they're done automatically.</p>
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Your engineers know that networks can be flaky, and cloud providers aren't perfect. Automatically handle the errors they produce using built-in error handling.</p>
77
-
<pclass="font-semibold text-blue-600 dark:text-blue-400 mb-1 mt-4">Integrate Early and Often</p>
78
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Get your engineers on the same page. Keep them all working on a consistent, unified codebase, but gradually roll out new features using feature flags.</p>
Don't ask that your engineers remember to do things before/after updating IaC, codify those tasks with <ahref="#"class="text-blue-600 dark:text-blue-400 underline">hooks</a> so that they're done automatically.
Your engineers know that networks can be flaky, and cloud providers aren't perfect. Automatically handle the errors they produce using <ahref="#"class="text-blue-600 dark:text-blue-400 underline">built-in error handling</a>.
111
+
</div>
112
+
</div>
113
+
<divclass="feature-card text-left">
114
+
<divclass="font-bold text-lg mb-1">Integrate Early and Often</div>
Get your engineers on the same page. Keep them all working on a consistent, unified codebase, but gradually roll out new features using <ahref="#"class="text-blue-600 dark:text-blue-400 underline">feature flags</a>.
<pclass="font-semibold text-blue-600 dark:text-blue-400 mb-1">Leverage a Proven Infrastructure Catalog</p>
84
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Catalog your infrastructure patterns for reuse across your organization using the catalog TUI.</p>
85
-
<pclass="font-semibold text-blue-600 dark:text-blue-400 mb-1 mt-4">Empower All Your Engineers</p>
86
-
<pclass="text-gray-600 dark:text-gray-300 mb-2 leading-relaxed">Design opinionated templates that allow your engineers to scaffold exactly the right infrastructure they need.</p>
Catalog your infrastructure patterns for reuse across your organization using the <ahref="#"class="text-blue-600 dark:text-blue-400 underline">catalog TUI</a>.
Provide templates that guide engineers to <ahref="#"class="text-blue-600 dark:text-blue-400 underline">scaffold</a> exactly the right infrastructure they need, following best practices by default.
<h3class="text-xl font-semibold mb-3 text-white dark:text-white">Automate your CI/CD</h3>
101
-
<pclass="text-gray-300 dark:text-gray-300 mb-6 leading-relaxed">Gruntwork Pipelines is an out-of-the-box, best practices, secure CI/CD pipeline, built for Terragrunt, by the creators of Terragrunt.</p>
158
+
<pclass="mb-6 leading-relaxed">Gruntwork Pipelines is an out-of-the-box, best practices, secure CI/CD pipeline, built for Terragrunt, by the creators of Terragrunt.</p>
<h3class="text-xl font-semibold mb-3 text-white dark:text-white">Keep your IaC Fresh</h3>
109
-
<pclass="text-gray-300 dark:text-gray-300 mb-6 leading-relaxed">Gruntwork Patcher is a dependency management tool that keeps your OpenTofu/Terraform modules up to date, even through breaking changes.</p>
166
+
<pclass="mb-6 leading-relaxed">Gruntwork Patcher is a dependency management tool that keeps your OpenTofu/Terraform modules up to date, even through breaking changes.</p>
0 commit comments