opentofu encryption
All checks were successful
Build, Test & Publish / Build (push) Successful in 55s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 37s
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 30s

This commit is contained in:
2026-03-27 08:40:45 +11:00
parent 30ffa17752
commit 8f601b83d7
4 changed files with 59 additions and 0 deletions

View File

@@ -142,6 +142,14 @@ export default defineConfig({
{ text: 'Custom Fetch', link: '/nuxt/custom-fetch' },
]
},
{
text: 'OpenTofu',
link: '/opentofu/',
collapsed: true,
items: [
{ text: 'Encrypted State', link: '/opentofu/encrypted-state' },
]
},
{
text: 'Postgres',
link: '/postgres/',