2020-10-07 12:21:45 +00:00
|
|
|
terraform {
|
2022-07-12 10:10:30 +00:00
|
|
|
required_version = "~> 1.2.0"
|
2020-10-07 12:21:45 +00:00
|
|
|
required_providers {
|
|
|
|
cloudflare = {
|
|
|
|
source = "cloudflare/cloudflare"
|
2021-06-23 10:42:11 +00:00
|
|
|
version = " = 2.21.0"
|
2020-10-07 12:21:45 +00:00
|
|
|
}
|
|
|
|
ansible = {
|
|
|
|
source = "nbering/ansible"
|
|
|
|
version = " = 1.0.4"
|
|
|
|
}
|
|
|
|
pass = {
|
|
|
|
source = "camptocamp/pass"
|
2021-05-19 13:22:41 +00:00
|
|
|
version = " = 2.0.0"
|
2020-10-07 12:21:45 +00:00
|
|
|
}
|
2021-06-23 10:42:11 +00:00
|
|
|
google = {
|
|
|
|
source = "hashicorp/google"
|
|
|
|
}
|
2020-10-07 12:21:45 +00:00
|
|
|
}
|
|
|
|
}
|