mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 08:38:32 +00:00
https://www.terraform.io/upgrade-guides/0-15.html https://www.terraform.io/upgrade-guides/1-0.html Signed-off-by: Jakub Sokołowski <jakub@status.im>
21 lines
384 B
HCL
21 lines
384 B
HCL
terraform {
|
|
required_version = "~> 1.0.0"
|
|
required_providers {
|
|
ansible = {
|
|
source = "nbering/ansible"
|
|
version = " = 1.0.4"
|
|
}
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = " = 2.21.0"
|
|
}
|
|
pass = {
|
|
source = "camptocamp/pass"
|
|
version = " = 2.0.0"
|
|
}
|
|
google = {
|
|
source = "hashicorp/google"
|
|
}
|
|
}
|
|
}
|