Skip to content

Commit

Permalink
fix: upgrade version provider (#417)
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 a522cdf commit b72cddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/azuread-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.7.0 |
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | ~> 2.52.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.100.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | = 4.16.0 |

### Provisioner actor and permissions

Expand Down Expand Up @@ -85,7 +85,7 @@ $AppRole = $GraphServicePrincipal.AppRoles | Where-Object {$_.Value -eq $Permiss
| Name | Version |
|------|---------|
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | ~> 2.52.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.100.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | = 4.16.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/azuread-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.100.0"
version = "= 4.16.0"
}
}
}

0 comments on commit b72cddf

Please sign in to comment.