You've already forked kubespray-dualstack
8 lines
98 B
Terraform
8 lines
98 B
Terraform
terraform {
|
|
required_providers {
|
|
libvirt = {
|
|
source = "dmacvicar/libvirt"
|
|
}
|
|
}
|
|
}
|