Documentation: How to use Hashicorp Kubernetes with SKE (#522)

* docs: fix typo vault guide

* docs: add comprehensive guide for using Kubernetes provider with STACKIT SKE
This commit is contained in:
Mauritz Uphoff 2024-09-17 16:14:28 +02:00 committed by GitHub
parent 204e49600c
commit 6f5e8d4fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 170 additions and 4 deletions

View file

@ -5,7 +5,7 @@ page_title: "Using Vault Provider with STACKIT Secrets Manager"
## Overview
This guide outlines the process of utilizing the HashiCorp Vault provider alongside the STACKIT provider to write secrets in the STACKIT Secrets Manager. The guide focuses on secrets from STACKIT Cloud resources but can be adapted for any secret.
This guide outlines the process of utilizing the [HashiCorp Vault provider](https://registry.terraform.io/providers/hashicorp/vault) alongside the STACKIT provider to write secrets in the STACKIT Secrets Manager. The guide focuses on secrets from STACKIT Cloud resources but can be adapted for any secret.
## Steps
@ -21,7 +21,7 @@ This guide outlines the process of utilizing the HashiCorp Vault provider alongs
```hcl
resource "stackit_secretsmanager_instance" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx""
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-instance"
}
```