Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Pin Terraform + modules version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 11, 2020
1 parent faca781 commit 15ea800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/azure/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.8"
required_version = "0.12.8"

backend "azurerm" {
key = "terraform.tfstate"
Expand All @@ -8,5 +8,5 @@ terraform {

provider "azurerm" {
# Login credential should be given to this provides by environment variables: ARM_CLIENT_ID, ARM_CLIENT_SECRET, ARM_SUBSCRIPTION_ID, ARM_TENANT_ID
version = ">=1.33.1"
version = "1.33.1"
}
1 change: 1 addition & 0 deletions terraform/modules/k8s_initial_config/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resource "kubernetes_cluster_role_binding" "tiller" {
}

provider "helm" {
version = "0.10.4"
service_account = kubernetes_service_account.tiller.metadata.0.name
debug = true
kubernetes {
Expand Down

0 comments on commit 15ea800

Please sign in to comment.