feat(infra): Terraform updates
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / versions.tf
index 4afbbc0..4b05b16 100644 (file)
@@ -2,7 +2,7 @@ terraform {
   backend "consul" {
     address = "10.32.8.14:8500"
     scheme  = "http"
-    path    = "terraform/dash"
+    path    = "terraform/app-base"
   }
   required_providers {
     aws = {