mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 21:35:54 +00:00
e6532b2217
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
18 lines
325 B
HCL
18 lines
325 B
HCL
terraform {
|
|
required_version = "~> 0.14.4"
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = " = 2.10.1"
|
|
}
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = " = 2.46.0"
|
|
}
|
|
pass = {
|
|
source = "camptocamp/pass"
|
|
version = " = 2.0.0"
|
|
}
|
|
}
|
|
}
|