Skip to content

Commit

Permalink
update provider versions in ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jksprattler committed Jan 14, 2025
1 parent 3a47948 commit ba6245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud_Azure/terraform/module/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.10"
version = "~> 4.15"
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.24"
version = "~> 3.0"
}
kentik-cloudexport = {
source = "kentik/kentik-cloudexport"
Expand Down

0 comments on commit ba6245f

Please sign in to comment.