tf/stacks/ax41-1/sops.tf

5 lines
89 B
Terraform
Raw Normal View History

data "sops_file" "secrets" {
source_file = "secrets.enc.yaml"
input_type = "yaml"
2024-01-25 19:25:52 +01:00
}