Skip to content

Commit

Permalink
upgrade provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Feb 18, 2025
1 parent 2f8b3ae commit 9cd953e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions infra/identity/dev/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/identity/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

| Name | Version |
|------|---------|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | <= 3.117.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>4 |

## Providers

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

## Modules

Expand Down
2 changes: 1 addition & 1 deletion infra/identity/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "<= 3.117.0"
version = "~>4"
}
}

Expand Down

0 comments on commit 9cd953e

Please sign in to comment.