Skip to content

Commit

Permalink
Bumps providers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Dec 24, 2023
1 parent a6ce12d commit 815a4f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ terraform {
# https://github.com/terraform-providers/terraform-provider-azurerm/releases
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.59.0"
version = "~> 3.85.0"
}

# https://github.com/terraform-providers/terraform-provider-azuread/releases
azuread = {
source = "hashicorp/azuread"
version = "~> 2.39.0"
version = "~> 2.47.0"
}

# https://github.com/hashicorp/terraform-provider-kubernetes/releases
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.20.0"
version = "~> 2.24.0"
}

# https://github.com/hashicorp/terraform-provider-helm/releases
helm = {
source = "hashicorp/helm"
version = "~> 2.9.0"
version = "~> 2.12.1"
}

# https://github.com/hashicorp/terraform-provider-random/releases
random = {
source = "hashicorp/random"
version = "~> 3.5"
version = "~> 3.6"
}

# https://github.com/hashicorp/terraform-provider-tls/releases
Expand All @@ -68,7 +68,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/archive/latest
archive = {
source = "hashicorp/archive"
version = "~> 2.3"
version = "~> 2.4"
}

# TODO: remove template provider as deprecated (superseded by the templatefile function)
Expand Down

0 comments on commit 815a4f4

Please sign in to comment.