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
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.
53
+
Break down your monolithic infrastructure to manageable <ahref="/docs/features/units/"class="text-blue-600 dark:text-blue-400 underline">units</a> that are safe to update independently, and have their own state.
54
54
</div>
55
55
</div>
56
56
<divclass="feature-card text-left">
57
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>.
59
+
Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of <ahref="/docs/features/stacks/"class="text-blue-600 dark:text-blue-400 underline">stacks</a>.
60
60
</div>
61
61
</div>
62
62
<divclass="feature-card text-left">
63
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.
65
+
Ensure your entire team is using secure, consistent OpenTofu/Terraform <ahref="/docs/features/state-backend/"class="text-blue-600 dark:text-blue-400 underline">state backend</a> configurations.
66
66
</div>
67
67
</div>
68
68
</div>
@@ -76,7 +76,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
76
76
<divclass="feature-card text-left">
77
77
<divclass="font-bold text-lg mb-1">Reuse Common Infrastructure Configurations</div>
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>.
79
+
Define reusable infrastructure configurations once, and reference them wherever they're needed using <ahref="/docs/features/includes/"class="text-blue-600 dark:text-blue-400 underline">includes</a>.
80
80
</div>
81
81
</div>
82
82
<divclass="feature-card text-left">
@@ -87,7 +87,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
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.
90
+
Leverage the special construct of the <ahref="/docs/features/stacks/"class="text-blue-600 dark:text-blue-400 underline">Terragrunt Stack</a> to encapsulate higher level collections of infrastructure components as a unified stack.
91
91
</div>
92
92
</div>
93
93
</div>
@@ -101,19 +101,19 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
101
101
<divclass="feature-card text-left">
102
102
<divclass="font-bold text-lg mb-1">Automate Operational Tasks Using Hooks</div>
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.
104
+
Don't ask that your engineers remember to do things before/after updating IaC, codify those tasks with <ahref="/docs/features/hooks/"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>.
110
+
Your engineers know that networks can be flaky, and cloud providers aren't perfect. Automatically handle the errors they produce using <ahref="/docs/features/runtime-control/#errors"class="text-blue-600 dark:text-blue-400 underline">built-in error handling</a>.
111
111
</div>
112
112
</div>
113
113
<divclass="feature-card text-left">
114
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>.
116
+
Get your engineers on the same page. Keep them all working on a consistent, unified codebase, but gradually roll out new features using <ahref="/docs/features/runtime-control/#feature-flags"class="text-blue-600 dark:text-blue-400 underline">feature flags</a>.
117
117
</div>
118
118
</div>
119
119
</div>
@@ -127,7 +127,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
127
127
<divclass="feature-card text-left">
128
128
<divclass="font-bold text-lg mb-1">Leverage a Proven Infrastructure Catalog</div>
Catalog your infrastructure patterns for reuse across your organization using the <ahref="#"class="text-blue-600 dark:text-blue-400 underline">catalog TUI</a>.
130
+
Catalog your infrastructure patterns for reuse across your organization using the <ahref="/docs/features/catalog/"class="text-blue-600 dark:text-blue-400 underline">catalog TUI</a>.
131
131
</div>
132
132
</div>
133
133
<divclass="feature-card text-left">
@@ -138,7 +138,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
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.
141
+
Provide templates that guide engineers to <ahref="/docs/features/scaffold/"class="text-blue-600 dark:text-blue-400 underline">scaffold</a> exactly the right infrastructure they need, following best practices by default.
0 commit comments