Skip to content

Commit

Permalink
Merge pull request #111 from Pwd9000-ML/dependabot/terraform/hashicor…
Browse files Browse the repository at this point in the history
…p/azurerm-tw-3.94.0

Update hashicorp/azurerm requirement from ~> 3.89.0 to ~> 3.94.0
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
2 parents 74e29b1 + 4186bec commit 422d17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ module "sonarcube-aci" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.2 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.89.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.94.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.89.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.94.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.89.0"
version = "~> 3.94.0"
}
}
}

0 comments on commit 422d17d

Please sign in to comment.