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

Commit 1bd3a78

Browse files
committed
Use released version of package-terraform-utilities
1 parent 8529255 commit 1bd3a78

File tree

2 files changed

+4
-4
lines changed
  • examples/k8s-tiller-kubergrunt-minikube
  • modules/k8s-tiller

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ locals {
147147
}
148148

149149
module "os" {
150-
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/operating-system?ref=tf12"
150+
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/operating-system?ref=v0.1.0"
151151
}
152152

153153
module "require_executables" {
154-
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/require-executable?ref=tf12"
154+
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/require-executable?ref=v0.1.0"
155155

156156
required_executables = ["kubergrunt"]
157157
error_message = "The __EXECUTABLE_NAME__ binary is not available in your PATH. Install the binary by following the instructions at https://github.com/gruntwork-io/terraform-kubernetes-helm/blob/master/examples/k8s-tiller-kubergrunt-minikube/README.md#installing-necessary-tools, or update your PATH variable to search where you installed __EXECUTABLE_NAME__."

modules/k8s-tiller/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ resource "null_resource" "tiller_tls_certs" {
345345
}
346346

347347
module "require_executables" {
348-
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/require-executable?ref=tf12"
348+
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/require-executable?ref=v0.1.0"
349349

350350
# We have two items in the list here with conditionals, because terraform does not allow list values in conditionals.
351351
# TODO: revisit with TF 12
@@ -451,5 +451,5 @@ locals {
451451

452452
# Identify the operating system platform we are executing on
453453
module "os" {
454-
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/operating-system?ref=tf12"
454+
source = "git::https://github.com/gruntwork-io/package-terraform-utilities.git//modules/operating-system?ref=v0.1.0"
455455
}

0 commit comments

Comments
 (0)