Skip to content

Commit 0ad5d84

Browse files
committed
chore: TF -> Tofu
1 parent 77acb0e commit 0ad5d84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/src/app/features/platform-integration/platform-integration.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h2 class="text-xl font-bold text-slate-900 mb-4 flex items-center gap-2">
3838
<div class="flex gap-3 items-start">
3939
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-primary-100 text-primary-600 flex items-center justify-center text-sm font-semibold">1</div>
4040
<div class="flex-1">
41-
<div class="text-slate-700 font-medium mb-1 text-base">Add the Terraform snippet</div>
42-
<div class="text-slate-600 text-sm">Copy the provided Terraform code from the card on the right and add it to your infrastructure codebase.</div>
41+
<div class="text-slate-700 font-medium mb-1 text-base">Add the OpenTofu snippet</div>
42+
<div class="text-slate-600 text-sm">Copy the provided OpenTofu code from the card on the right and add it to your infrastructure codebase.</div>
4343
</div>
4444
</div>
4545
<div class="flex gap-3 items-start">
@@ -52,8 +52,8 @@ <h2 class="text-xl font-bold text-slate-900 mb-4 flex items-center gap-2">
5252
<div class="flex gap-3 items-start">
5353
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-primary-100 text-primary-600 flex items-center justify-center text-sm font-semibold">3</div>
5454
<div class="flex-1">
55-
<div class="text-slate-700 font-medium mb-1 text-base">Deploy with Terraform</div>
56-
<div class="text-slate-600 text-sm">Run <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">terraform init</span>, <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">terraform plan</span>, and <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">terraform apply</span> to provision the integration.</div>
55+
<div class="text-slate-700 font-medium mb-1 text-base">Deploy with OpenTofu</div>
56+
<div class="text-slate-600 text-sm">Run <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">tofu init</span>, <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">tofu plan</span>, and <span class="font-mono bg-slate-100 px-1 py-0.5 rounded text-sm">tofu apply</span> to provision the integration.</div>
5757
</div>
5858
</div>
5959
<div class="flex gap-3 items-start">

0 commit comments

Comments
 (0)