Skip to content

Commit 5c01d18

Browse files
authored
Merge pull request #623 from torvitas/patch-1
Update main.tf
2 parents f0630d1 + f2616a9 commit 5c01d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v0.12/coreos/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "libvirt_domain" "coreos-machine" {
5252
graphics {
5353
## Bug in linux up to 4.14-rc2
5454
## https://bugzilla.redhat.com/show_bug.cgi?id=1432684
55-
## No Spice/VNC available if more then one machine is generated at a time
55+
## No Spice/VNC available if more than one machine is generated at a time
5656
## Comment the address line, uncomment the none line and the console block below
5757
#listen_type = "none"
5858
listen_type = "address"

0 commit comments

Comments
 (0)