Skip to content

Commit

Permalink
Merge pull request #3 from miljodir/4.0
Browse files Browse the repository at this point in the history
Multi-repo update: Ensure terraform uses azurerm 4.0 provider
  • Loading branch information
audunsolemdal authored Sep 2, 2024
2 parents 9bb6a7a + 787861c commit ba71075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.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 = "~> 3.0"
version = ">= 3.0, < 5.0"
}
}
}

0 comments on commit ba71075

Please sign in to comment.