Skip to content

Commit

Permalink
remove "UUID of storage..."
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Nov 3, 2020
1 parent 69393e2 commit c2454c3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions website/docs/r/server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@ resource "gridscale_server" "terra-server-test" {
storage {
object_uuid = gridscale_storage.terra-storage-test.id
}
storage {
object_uuid = "UUID of storage 2"
}
network {
object_uuid = gridscale_network.terra-network-test.id
bootdevice = true
}
network {
object_uuid = "UUID of network 2"
object_uuid = gridscale_network.terra-network-test-2.id
}
ipv4 = gridscale_ipv4.terra-ipv4-test.id
ipv6 = "UUID of ipv6 address"
isoimage = "9be3e0a3-42ac-4207-8887-3383c405724d"
timeouts {
create="10m"
Expand All @@ -52,9 +48,6 @@ resource "gridscale_server" "terra-server-test" {
storage {
object_uuid = gridscale_storage.terra-storage-test.id
}
storage {
object_uuid = "UUID of storage 2"
}
network {
object_uuid = gridscale_network.terra-network-test.id
rules_v4_in {
Expand All @@ -73,10 +66,9 @@ resource "gridscale_server" "terra-server-test" {
}
}
network {
object_uuid = "UUID of network 2"
object_uuid = gridscale_network.terra-network-test-2.id
}
ipv4 = gridscale_ipv4.terra-ipv4-test.id
ipv6 = "UUID of ipv6 address"
isoimage = "9be3e0a3-42ac-4207-8887-3383c405724d"
timeouts {
create="10m"
Expand Down

0 comments on commit c2454c3

Please sign in to comment.