Skip to content

Commit

Permalink
chore: Update azuread and random provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 23, 2024
1 parent 6223861 commit 6515690
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
52 changes: 26 additions & 26 deletions infra/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions infra/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ terraform {
source = "Azure/azapi"
version = "1.12.1"
}
azuread = {
source = "hashicorp/azuread"
version = "2.48.0"
}
random = {
source = "hashicorp/random"
version = "3.6.1"
}
}
}

Expand Down

0 comments on commit 6515690

Please sign in to comment.