Skip to content

Commit

Permalink
Merge pull request #468 from OWASP/dependabot/terraform/azure/http-tw…
Browse files Browse the repository at this point in the history
…-3.2.0

Update http requirement from ~> 3.1.0 to ~> 3.2.0 in /azure
  • Loading branch information
commjoen authored Nov 1, 2022
2 parents 5fb5942 + 1883b1b commit cb48503
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ The documentation below is auto-generated to give insight on what's created via
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.25.0 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.1.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.29.1 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.2.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.4.3 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.25.0 |
| <a name="provider_http"></a> [http](#provider\_http) | ~> 3.1.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.29.1 |
| <a name="provider_http"></a> [http](#provider\_http) | ~> 3.2.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.4.3 |

## Modules
Expand Down
4 changes: 2 additions & 2 deletions azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ terraform {
version = "~> 3.4.3"
}
azurerm = {
version = "~> 3.25.0"
version = "~> 3.29.1"
}
http = {
version = "~> 3.1.0"
version = "~> 3.2.0"
}
}
}

0 comments on commit cb48503

Please sign in to comment.