diff --git a/terraform/main.tf b/terraform/main.tf index e80d692..0bcdde3 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -6,6 +6,10 @@ terraform { source = "dmacvicar/libvirt" version = "0.8.0" } + template = { + source = "hashicorp/terraform-provider-template" + version = "2.2.0" + } } }