Typo in the docs for iaas beta ressources (#573)

* docs: add guide to retrieve outgoing ske ip-address

* docs: fix volume attach example

* Revert "docs: add guide to retrieve outgoing ske ip-address (#476)"

This reverts commit 3c530797b4.

---------

Co-authored-by: Mauritz Uphoff <mauritz.uphoff@mail.schwarz>
This commit is contained in:
Mauritz Uphoff 2024-10-24 10:31:06 +02:00 committed by GitHub
parent 005d0c15bc
commit f1a6179ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 12 deletions

View file

@ -105,10 +105,7 @@ description: |-
resource "stackit_volume" "example-volume" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
size = 12
source = {
type = "image"
id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
performance_class = "storage_premium_perf6"
name = "example-volume"
availability_zone = "eu01-1"
}
@ -272,10 +269,7 @@ resource "stackit_server_network_interface_attach" "nic-attachment" {
resource "stackit_volume" "example-volume" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
size = 12
source = {
type = "image"
id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
performance_class = "storage_premium_perf6"
name = "example-volume"
availability_zone = "eu01-1"
}