Skip to content

Commit

Permalink
Fix project_root
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 11, 2024
1 parent cf30432 commit 392bce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/spacelift/dpe-sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 392bce9

Please sign in to comment.