2020-10-07 12:21:45 +00:00
|
|
|
terraform {
|
2021-02-17 10:43:17 +00:00
|
|
|
required_version = "~> 0.14.4"
|
2020-10-07 12:21:45 +00:00
|
|
|
required_providers {
|
|
|
|
cloudflare = {
|
|
|
|
source = "cloudflare/cloudflare"
|
|
|
|
version = " = 2.10.1"
|
|
|
|
}
|
|
|
|
google = {
|
|
|
|
source = "hashicorp/google"
|
2020-10-07 14:42:36 +00:00
|
|
|
version = " = 3.42.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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|