2023-10-18 12:00:20 -04:00

10 lines
121 B
HCL

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