11 lines
184 B
Terraform
11 lines
184 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
sops = {
|
||
|
source = "registry.terraform.io/carlpett/sops"
|
||
|
}
|
||
|
tls = {
|
||
|
source = "registry.terraform.io/hashicorp/tls"
|
||
|
}
|
||
|
}
|
||
|
}
|