Skip to content

Commit a600dbb

Browse files
committed
Bumped azurerm and helm providers
1 parent 07e565c commit a600dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/providers.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
# versioning syntax: https://www.terraform.io/docs/configuration/modules.html#module-versions
1212
required_providers {
1313
# https://github.com/hashicorp/terraform-provider-helm/releases
14-
helm = "2.0.2"
14+
helm = "2.0.3"
1515

1616
# https://github.com/hashicorp/terraform-provider-kubernetes/releases
1717
kubernetes = "2.0.2"
@@ -30,7 +30,7 @@ terraform {
3030
# must include blank features block
3131
# https://github.com/terraform-providers/terraform-provider-azurerm/releases
3232
provider "azurerm" {
33-
version = "2.47.0"
33+
version = "2.51.0"
3434
features {}
3535
}
3636

0 commit comments

Comments
 (0)