Populate terragrunt-enc: encapi ENC data as code #1

Merged
benvin merged 3 commits from benvin/initial into main 2026-07-24 23:30:27 +10:00
Showing only changes of commit 8686753885 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ generate "backend" {
terraform {
backend "consul" {
address = "https://consul.service.consul"
path = "infra/terraform/enc/$${path_relative_to_include()}/state"
path = "infra/terraform/enc/${replace(path_relative_to_include(), "/", "_")}/state"
scheme = "https"
lock = true
ca_file = "/etc/pki/tls/certs/ca-bundle.crt"