Skip to content

Commit 5aaa38c

Browse files
authored
update: add = for os in domain.md in docs/resources (#1209)
Signed-off-by: Ali Mehraji <[email protected]>
1 parent a4f9b6c commit 5aaa38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "libvirt_domain" "example" {
2626
vcpu = 2
2727
type = "kvm"
2828
29-
os {
29+
os = {
3030
type = "hvm"
3131
type_arch = "x86_64"
3232
type_machine = "q35"

0 commit comments

Comments
 (0)