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
<Cardtitle="Automate Using Hooks"titleSize="text-md"class="flex-1/3">
27
-
<pclass="text-sm font-sans text-gray-1">Don’t pretend you’ll always remember to do things before/after updating IaC. Codify those tasks with <ahref={hooksLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">hooks</a> so that they’re done automatically.</p>
27
+
<pclass="text-sm font-sans text-gray-1">Don’t pretend you’ll always remember to do things before/after updating IaC. Codify those tasks with <ahref={hooksLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">hooks</a> so that they’re done automatically.</p>
<pclass="text-sm font-sans text-gray-1">You know networks can be flaky, and cloud providers aren’t perfect. Automatically handle the errors they produce using built-in <ahref={errorHandlingLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">error handling</a>.</p>
30
+
<pclass="text-sm font-sans text-gray-1">You know networks can be flaky, and cloud providers aren’t perfect. Automatically handle the errors they produce using built-in <ahref={errorHandlingLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">error handling</a>.</p>
31
31
</Card>
32
32
<Cardtitle="Integrate Early and Often"titleSize="text-md"class="flex-1/3">
33
-
<pclass="text-sm font-sans text-gray-1">Get you and your teammates on the same page. Work on a consistent, unified codebase, but gradually roll out new infrastructure features using <ahref={featureFlagsLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">feature flags</a>.</p>
33
+
<pclass="text-sm font-sans text-gray-1">Get you and your teammates on the same page. Work on a consistent, unified codebase, but gradually roll out new infrastructure features using <ahref={featureFlagsLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">feature flags</a>.</p>
<Cardtitle="Leverage a Proven Infrastructure Catalog"titleSize="text-md"class="flex-1/2">
49
-
<pclass="text-sm font-sans text-gray-1">Catalog standard infrastructure patterns for reuse across your organization using the <ahref={catalogLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">catalog</a> Terminal User Interface (TUI).</p>
49
+
<pclass="text-sm font-sans text-gray-1">Catalog standard infrastructure patterns for reuse across your organization using the <ahref={catalogLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">catalog</a> Terminal User Interface (TUI).</p>
50
50
</Card>
51
51
<Cardtitle="Empower All Your Engineers"titleSize="text-md"class="flex-1/2">
52
-
<pclass="text-sm font-sans text-gray-1">Design opinionated templates to <ahref={scaffoldLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">scaffold</a> exactly the right infrastructure that’s needed without writing any IaC by hand.</p>
52
+
<pclass="text-sm font-sans text-gray-1">Design opinionated templates to <ahref={scaffoldLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">scaffold</a> exactly the right infrastructure that’s needed without writing any IaC by hand.</p>
<pclass="text-sm font-sans text-gray-1">Break down your monolithic infrastructure into manageable
24
-
<ahref={unitsLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out"> units </a>
24
+
<ahref={unitsLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out"> units </a>
25
25
that are safe to update independently, and have their own state.</p>
26
26
</Card>
27
27
<Divider />
28
28
<Cardtitle="Control Your Infrastructure">
29
29
<pclass="text-sm font-sans text-gray-1">Reject all-or-nothing updates. Control exactly what infrastructure is updated, how it gets updated, and in what order by taking advantage of the
30
-
<ahref={runQueueLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out"> Run Queue</a>
30
+
<ahref={runQueueLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out"> Run Queue</a>
31
31
.</p>
32
32
</Card>
33
33
<Divider />
34
34
<Cardtitle="Secure Your Infrastructure">
35
-
<pclass="text-sm font-sans text-gray-1">Terragrunt <ahref={authenticationLink}class="text-accent-1 border-b-1 border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">authentication tooling</a> makes it trivial to manage infrastructure across any number of environments or cloud providers with least privilege access.</p>
35
+
<pclass="text-sm font-sans text-gray-1">Terragrunt <ahref={authenticationLink}class="text-accent-1 border-b border-gray-1/50 hover:cursor-pointer hover:text-accent transition .025s ease-in-out">authentication tooling</a> makes it trivial to manage infrastructure across any number of environments or cloud providers with least privilege access.</p>
0 commit comments