Skip to content

Commit 82c5eb2

Browse files
committed
Change modules path
1 parent 6e3ed9b commit 82c5eb2

File tree

1 file changed

+1
-1
lines changed
  • examples/existing-cluster-with-base-and-infra

1 file changed

+1
-1
lines changed

examples/existing-cluster-with-base-and-infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ provider "grafana" {
9090
}
9191

9292
module "workloads_infra" {
93-
source = "../../workloads/infra"
93+
source = "../../modules/workloads/infra"
9494
# source = "aws-ia/terrarom-aws-observability-accelerator/workloads/infra"
9595

9696
eks_cluster_id = module.eks_observability_accelerator.eks_cluster_id

0 commit comments

Comments
 (0)