Skip to content

Commit

Permalink
Merge pull request #39 from robinmordasiewicz/dependabot/terraform/te…
Browse files Browse the repository at this point in the history
…rraform/hashicorp/azurerm-3.82.0

chore(deps): bump hashicorp/azurerm from 3.81.0 to 3.82.0 in /terraform
  • Loading branch information
robinmordasiewicz authored Nov 24, 2023
2 parents 232c0b5 + 992cecf commit c176c24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions terraform/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ internal_prefix = "10.0.3.0/24"
| Name | Version |
|------|---------|
| terraform | 1.6.4 |
| azurerm | 3.81.0 |
| azurerm | 3.82.0 |
| http | 3.4.0 |
| random | 3.5.1 |
| tls | 4.0.4 |
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform.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.81.0"
version = "3.82.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit c176c24

Please sign in to comment.