fix: Fix formatting of key pair example (#592)

This commit is contained in:
João Palet 2024-11-12 16:45:43 +00:00 committed by GitHub
parent 0e393c5f38
commit ea2da2cc25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@ description: |-
machinetype = "g1.1"
keypairname = "example-key-pair"
}
```
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
---
@ -51,6 +52,7 @@ resource "stackit_server" "example-server" {
keypair_name = "example-key-pair"
}
```
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.