feat(infra): Terraform updates
[csit.git] / fdio.infra.terraform / terraform-vault-aws-secret-backend / fdio / versions.tf
index ec03c7c..2b62d8d 100644 (file)
@@ -2,7 +2,7 @@ terraform {
   backend "consul" {
     address = "consul.service.consul:8500"
     scheme  = "http"
-    path    = "fdio/terraform/1n/nomad"
+    path    = "terraform/aws-secret-backend"
   }
   required_providers {
     vault = {