Skip to content

Commit

Permalink
update terraform libvirt provider ro 0.6.14
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Jul 22, 2022
1 parent 9eb232d commit f3a5370
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend_modules/libvirt/base/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.6.14"
}
}
}
2 changes: 1 addition & 1 deletion backend_modules/libvirt/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource "libvirt_domain" "domain" {
qemu_agent = true

// copy host CPU model to guest to get the vmx flag if present
cpu = {
cpu {
mode = local.provider_settings["cpu_model"]
}

Expand Down
2 changes: 1 addition & 1 deletion backend_modules/libvirt/host/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.6.14"
}
}
}
2 changes: 1 addition & 1 deletion main.tf.libvirt.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.6.14"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf.uyuni.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.6.14"
}
}
}
Expand Down

1 comment on commit f3a5370

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before merging this PR, keep in mind we must have updated CI and BV Mirror YAML files.
Thank you for your collaboration.

Please sign in to comment.