Skip to content

Commit

Permalink
upgrade version provider (#414)
Browse files Browse the repository at this point in the history
Signed-off-by: jcframil <[email protected]>
  • Loading branch information
jcframil authored Jan 24, 2025
1 parent 2463048 commit e99fdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/azure-mi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.113.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | = 4.16.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/azure-mi/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.113.0"
version = "~> 4.16.0"
}
}
}

0 comments on commit e99fdc3

Please sign in to comment.