Skip to content

Commit

Permalink
Merge pull request #274 from robinmordasiewicz/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform/hashicorp/azurerm-3.91.0
  • Loading branch information
robinmordasiewicz authored Feb 9, 2024
2 parents d0c097d + 135f196 commit 1ab8ae1
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 @@ -34,7 +34,7 @@ internal_prefix = "10.0.3.0/24"
| Name | Version |
|------|---------|
| terraform | 1.7.1 |
| azurerm | 3.90.0 |
| azurerm | 3.91.0 |
| http | 3.4.1 |
| random | 3.6.0 |
| tls | 4.0.5 |
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.90.0"
version = "3.91.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 1ab8ae1

Please sign in to comment.