diff --git a/terraform-environments/aws/dev/helm/istio/main.tf b/terraform-environments/aws/dev/helm/istio/main.tf index 43b934d42..84c2bc1b1 100644 --- a/terraform-environments/aws/dev/helm/istio/main.tf +++ b/terraform-environments/aws/dev/helm/istio/main.tf @@ -77,7 +77,6 @@ provider "helm" { # module "istio" { source = "github.com/ManagedKube/kubernetes-ops//terraform-modules/aws/istio?ref=main" - # source = "../../../../../terraform-modules/aws/istio" helm_values_istio_base = file("${path.module}/istio_base_values.yaml") helm_values_istiod = file("${path.module}/istiod_values.yaml")