feat(cdash): Local data
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / versions.tf
index 4afbbc0..d3a7e8e 100644 (file)
@@ -1,8 +1,8 @@
 terraform {
   backend "consul" {
-    address = "10.32.8.14:8500"
+    address = "10.30.51.24:8500"
     scheme  = "http"
-    path    = "terraform/dash"
+    path    = "terraform/app-base"
   }
   required_providers {
     aws = {