2019-07-28 23:55:50 +00:00
|
|
|
terraform {
|
2023-09-07 09:01:48 +00:00
|
|
|
required_version = "> 1.4.0"
|
2020-01-07 20:11:46 +00:00
|
|
|
required_providers {
|
2021-06-23 10:26:04 +00:00
|
|
|
cloudflare = {
|
|
|
|
source = "cloudflare/cloudflare"
|
2024-03-15 10:34:01 +00:00
|
|
|
}
|
|
|
|
google = {
|
|
|
|
source = "hashicorp/google"
|
2021-06-23 10:26:04 +00:00
|
|
|
}
|
2021-02-23 12:15:21 +00:00
|
|
|
pass = {
|
|
|
|
source = "camptocamp/pass"
|
2021-05-19 13:23:03 +00:00
|
|
|
version = " = 2.0.0"
|
2021-02-23 12:15:21 +00:00
|
|
|
}
|
2020-01-07 20:11:46 +00:00
|
|
|
}
|
2019-07-28 23:55:50 +00:00
|
|
|
}
|