Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit d9ab2f5

Browse files
committed
terraform fmt minikube example
1 parent 044ea19 commit d9ab2f5

File tree

1 file changed

+1
-1
lines changed
  • examples/k8s-tiller-kubergrunt-minikube

1 file changed

+1
-1
lines changed

examples/k8s-tiller-kubergrunt-minikube/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ resource "null_resource" "wait_for_tiller" {
110110
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

112112
resource "null_resource" "grant_helm_access" {
113-
count = var.configure_helm ? 1 : 0
113+
count = var.configure_helm ? 1 : 0
114114
depends_on = [null_resource.wait_for_tiller]
115115

116116
provisioner "local-exec" {

0 commit comments

Comments
 (0)