20 lines
416 B
HCL
20 lines
416 B
HCL
terraform {
|
|
required_providers {
|
|
sops = {
|
|
source = "registry.terraform.io/carlpett/sops"
|
|
}
|
|
tls = {
|
|
source = "registry.terraform.io/hashicorp/tls"
|
|
}
|
|
random = {
|
|
source = "registry.terraform.io/hashicorp/random"
|
|
}
|
|
cloudflare = {
|
|
source = "registry.terraform.io/cloudflare/cloudflare"
|
|
}
|
|
b2 = {
|
|
source = "registry.terraform.io/backblaze/b2"
|
|
}
|
|
}
|
|
}
|