We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b36d7 commit 537904bCopy full SHA for 537904b
README.md
@@ -44,7 +44,7 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
44
45
DHCP IP settings:
46
47
-```hcl2
+```hcl
48
terraform {
49
required_version = ">= 0.13"
50
required_providers {
@@ -89,7 +89,7 @@ output "ip_addresses" {
89
90
Static IP settings:
91
92
93
94
95
@@ -141,7 +141,7 @@ output "outputs" {
141
142
## Module output example
143
144
145
output_data = {
146
"ip_address" = [
147
"192.168.165.151",
0 commit comments