We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c48622 commit 5bbc5ddCopy full SHA for 5bbc5dd
web/src/views/project/template/TemplateTerraformState.vue
@@ -210,7 +210,7 @@
210
<v-card-text>
211
212
<h3>Aliases</h3>
213
- <div class="mb-6">Alieases allows you to use state externally</div>
+ <div class="mb-6">Unique endpoints (aliases) to access your Terraform HTTP backend.</div>
214
215
<div class="mb-3 pl-1" v-if="(aliases || []).length === 0">There is no aliases.</div>
216
@@ -240,7 +240,7 @@
240
<v-divider class="mb-4" />
241
242
<h3>State history</h3>
243
+ <div class="mb-6">Chronological history of Terraform state changes.</div>
244
245
<v-data-table
246
style="
0 commit comments