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:
parent
005d0c15bc
commit
f1a6179ccf
2 changed files with 3 additions and 12 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue