mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-10 05:45:51 +00:00
Jakub Sokołowski
985c745049
https://registry.terraform.io/providers/camptocamp/pass Signed-off-by: Jakub Sokołowski <jakub@status.im>
18 lines
325 B
HCL
18 lines
325 B
HCL
terraform {
|
|
required_version = "~> 0.13.3"
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = " = 2.10.1"
|
|
}
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = " = 2.46.0"
|
|
}
|
|
pass = {
|
|
source = "camptocamp/pass"
|
|
version = " = 1.4.0"
|
|
}
|
|
}
|
|
}
|