fix: Fix formatting of key pair example (#592)
This commit is contained in:
parent
0e393c5f38
commit
ea2da2cc25
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue