Skip to content

Commit

Permalink
[examples/*-examples] add helm to required providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 committed Oct 30, 2024
1 parent a940bf7 commit 2301c22
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/gcp-from-scratch/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ terraform {
source = "hashicorp/google"
version = "~> 4.22"
}
helm = {
source = "hashicorp/helm"
version = "~> 2.12"
}
}
}
4 changes: 4 additions & 0 deletions examples/gcp-from-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ terraform {
source = "hashicorp/google"
version = "~> 4.22"
}
helm = {
source = "hashicorp/helm"
version = "~> 2.12"
}
}
}
4 changes: 4 additions & 0 deletions examples/gcp-import-gke-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ terraform {
source = "hashicorp/google"
version = "~> 4.22"
}
helm = {
source = "hashicorp/helm"
version = "~> 2.12"
}
}
}
4 changes: 4 additions & 0 deletions examples/import-eks-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ terraform {
source = "hashicorp/aws"
version = "~> 5.28"
}
helm = {
source = "hashicorp/helm"
version = "~> 2.12"
}
}
}

0 comments on commit 2301c22

Please sign in to comment.