Skip to content

Commit

Permalink
Update module source
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Jan 15, 2024
1 parent 28689b8 commit 4f7bf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/eks-multicluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "eks_cluster_1_monitoring" {
source = "../../../terraform-aws-observability-accelerator//modules/eks-monitoring"
source = "../..//modules/eks-monitoring"
eks_cluster_id = var.eks_cluster_1_id
enable_amazon_eks_adot = true
enable_cert_manager = true
Expand Down Expand Up @@ -41,7 +41,7 @@ module "eks_cluster_1_monitoring" {
}

module "eks_cluster_2_monitoring" {
source = "../../../terraform-aws-observability-accelerator//modules/eks-monitoring"
source = "../..//modules/eks-monitoring"
eks_cluster_id = var.eks_cluster_2_id
enable_amazon_eks_adot = true
enable_cert_manager = true
Expand Down

0 comments on commit 4f7bf31

Please sign in to comment.