mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-19 10:11:17 +00:00
Jakub Sokołowski
9b365b02a7
To replace `windows-01.gc-us-central1-a.nimbus.prater` which is running out of disk space, and is also far too expensive. Signed-off-by: Jakub Sokołowski <jakub@status.im>
14 lines
251 B
HCL
14 lines
251 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"
|
|
}
|
|
}
|
|
}
|