Skip to content

Commit

Permalink
Bumped azurerm and helm providers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Mar 12, 2021
1 parent 07e565c commit a600dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
# versioning syntax: https://www.terraform.io/docs/configuration/modules.html#module-versions
required_providers {
# https://github.com/hashicorp/terraform-provider-helm/releases
helm = "2.0.2"
helm = "2.0.3"

# https://github.com/hashicorp/terraform-provider-kubernetes/releases
kubernetes = "2.0.2"
Expand All @@ -30,7 +30,7 @@ terraform {
# must include blank features block
# https://github.com/terraform-providers/terraform-provider-azurerm/releases
provider "azurerm" {
version = "2.47.0"
version = "2.51.0"
features {}
}

Expand Down

0 comments on commit a600dbb

Please sign in to comment.