Skip to content

Commit

Permalink
chore: run validate on make cleanup unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasZeissner committed Sep 16, 2024
1 parent 04245da commit 53a7a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ VARS ?= -var="api_url=$(COSMO_API_URL)" -var="api_key=$(COSMO_API_KEY)"

e2e-init:
terraform -chdir=$(FEATURE) init $(INIT_FLAGS)
terraform -chdir=$(FEATURE) validate

e2e-clean:
rm -rf $(FEATURE)/.terraform
Expand Down
3 changes: 0 additions & 3 deletions modules/cosmo-local/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ terraform {
}
}
}
locals {
helm_values = yamldecode(file("${path.module}/values.yaml"))
}

provider "kubernetes" {
host = module.minikube.host
Expand Down

0 comments on commit 53a7a9b

Please sign in to comment.