Skip to content

Commit 537904b

Browse files
Fix code highliting
1 parent 42b36d7 commit 537904b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
4444

4545
DHCP IP settings:
4646

47-
```hcl2
47+
```hcl
4848
terraform {
4949
required_version = ">= 0.13"
5050
required_providers {
@@ -89,7 +89,7 @@ output "ip_addresses" {
8989

9090
Static IP settings:
9191

92-
```hcl2
92+
```hcl
9393
terraform {
9494
required_version = ">= 0.13"
9595
required_providers {
@@ -141,7 +141,7 @@ output "outputs" {
141141

142142
## Module output example
143143

144-
```hcl2
144+
```hcl
145145
output_data = {
146146
"ip_address" = [
147147
"192.168.165.151",

0 commit comments

Comments
 (0)