We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3ed9b commit 82c5eb2Copy full SHA for 82c5eb2
examples/existing-cluster-with-base-and-infra/main.tf
@@ -90,7 +90,7 @@ provider "grafana" {
90
}
91
92
module "workloads_infra" {
93
- source = "../../workloads/infra"
+ source = "../../modules/workloads/infra"
94
# source = "aws-ia/terrarom-aws-observability-accelerator/workloads/infra"
95
96
eks_cluster_id = module.eks_observability_accelerator.eks_cluster_id
0 commit comments