Skip to content

Commit

Permalink
Merge pull request #1196 from particuleio/renovate/azurerm-3.x
Browse files Browse the repository at this point in the history
feat(tf): update terraform azurerm to v3
  • Loading branch information
ArchiFleKs authored Jul 16, 2022
2 parents f52e73a + e038d71 commit 3cfa47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure/version.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 0.13"
required_providers {
azurerm = "~> 2.0"
azurerm = "~> 3.0"
helm = "~> 2.0"
kubernetes = "~> 2.0, != 2.12"
kubectl = {
Expand Down

0 comments on commit 3cfa47b

Please sign in to comment.