Skip to content

Commit

Permalink
Merge pull request #185 from Oddly/patch-1
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
imjoey committed Dec 3, 2019
2 parents 5e2721e + 3556ecb commit cc9bb4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ resource "ovirt_vm" "my_vm_1" {
}

# The `template_id` and `block_device` need to satisfy the following constraints:
# 1. One of them must be assgined
# 2. If the template speficified by `template_id` contains disks attached,
# `block_device` can not be assigend
# 3. If the template speficified by `template_id` has no disks attached,
# `block_device` must be assigned
# 1. One of them must be assigned.
# 2. If the template specified by `template_id` contains disks attached,
# `block_device` can not be assigned.
# 3. If the template specified by `template_id` has no disks attached,
# `block_device` must be assigned.

template_id = "${var.template_id}"
block_device {
Expand Down

0 comments on commit cc9bb4c

Please sign in to comment.