2019-07-28 19:55:50 -04:00
|
|
|
terraform {
|
2021-06-23 12:26:04 +02:00
|
|
|
required_version = "~> 1.0.0"
|
2020-01-07 21:11:46 +01:00
|
|
|
required_providers {
|
2020-09-07 21:30:11 +02:00
|
|
|
ansible = {
|
|
|
|
source = "nbering/ansible"
|
|
|
|
version = " = 1.0.4"
|
|
|
|
}
|
2021-06-23 12:26:04 +02:00
|
|
|
cloudflare = {
|
|
|
|
source = "cloudflare/cloudflare"
|
|
|
|
version = " = 2.21.0"
|
|
|
|
}
|
2021-02-23 13:15:21 +01:00
|
|
|
pass = {
|
|
|
|
source = "camptocamp/pass"
|
2021-05-19 15:23:03 +02:00
|
|
|
version = " = 2.0.0"
|
2021-02-23 13:15:21 +01:00
|
|
|
}
|
2021-06-23 12:26:04 +02:00
|
|
|
google = {
|
|
|
|
source = "hashicorp/google"
|
|
|
|
}
|
2020-01-07 21:11:46 +01:00
|
|
|
}
|
2019-07-28 19:55:50 -04:00
|
|
|
}
|