2022-03-21 23:27:54 -04:00

10 lines
121 B
HCL

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