infra-nimbus/versions.tf
Arthur Koziel e6532b2217
upgrade tf pass provider to 2.0.0
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
2021-03-29 16:23:08 +08:00

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"
}
}
}