Skip to content

Commit

Permalink
Merge pull request #9 from avinor/hotfix-azurerm
Browse files Browse the repository at this point in the history
Bump up azurerm version to fix failing test
  • Loading branch information
BassOfLion authored May 27, 2021
2 parents 167d3c8 + 26fea76 commit 19f1501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 2.53.0"
version = "~> 2.56.0"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 19f1501

Please sign in to comment.