Skip to content

Commit

Permalink
AKS : Add missing providers pining
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Jan 27, 2021
1 parent 555123f commit 03a3588
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion modules/aks/azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,29 @@ terraform {
version = "1.0.0"
}
azurerm = {
source = "hashicorp/azurerm"
source = "hashicorp/azurerm"
version = "2.34.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "1.13.3"
}
helm = {
source = "hashicorp/helm"
version = "2.0.2"
}
local = {
source = "hashicorp/local"
version = "2.0.0"
}
random = {
source = "hashicorp/random"
version = "3.0.0"
}
tls = {
source = "hashicorp/tls"
version = "3.0.0"
}
}

required_version = ">= 0.13"
Expand Down

0 comments on commit 03a3588

Please sign in to comment.