Skip to content

Commit

Permalink
Renamed Terraform providers file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathylias committed Jan 20, 2024
1 parent 5372fba commit 8226f89
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions terraform/provider.tf → terraform/providers.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# see https://github.com/hashicorp/terraform

terraform {
required_version = ">= 1.2"
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = ">= 0.7.0"
}
ansible = {
source = "ansible/ansible"
version = "1.1.0"
}
}
}

provider "libvirt" {
uri = "qemu:///system"
}
}

0 comments on commit 8226f89

Please sign in to comment.