2023-10-23 10:44:10 -04:00

10 lines
121 B
HCL

terraform {
required_providers {
ansible = {
source = "nbering/ansible"
version = "1.0.4"
}
}
}