diff --git a/dev/spacelift/dpe-sandbox/main.tf b/dev/spacelift/dpe-sandbox/main.tf index e25b3fa3..ba53623a 100644 --- a/dev/spacelift/dpe-sandbox/main.tf +++ b/dev/spacelift/dpe-sandbox/main.tf @@ -16,7 +16,7 @@ resource "spacelift_stack" "k8s-stack" { branch = "ibcdpe-935-vpc-updates" description = "Infrastructure to support deploying to an EKS cluster" name = "DPE DEV Kubernetes Infrastructure" - project_root = "environments/dev/stacks/dpe-sandbox-k8s" + project_root = "dev/stacks/dpe-sandbox-k8s" repository = "eks-stack" terraform_version = "1.7.2" terraform_workflow_tool = "OPEN_TOFU" @@ -34,7 +34,7 @@ resource "spacelift_stack" "k8s-stack-deployments" { branch = "ibcdpe-935-vpc-updates" description = "Deployments internal to an EKS cluster" name = "DPE DEV Kubernetes Deployments" - project_root = "environments/dev/stacks/dpe-sandbox-k8s-deployments" + project_root = "dev/stacks/dpe-sandbox-k8s-deployments" repository = "eks-stack" terraform_version = "1.7.2" terraform_workflow_tool = "OPEN_TOFU"