Skip to content

Commit

Permalink
Merge pull request #381 from robinmordasiewicz/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform/hashicorp/azurerm-3.104.0

build(deps): bump hashicorp/azurerm from 3.103.1 to 3.104.0 in /terraform
  • Loading branch information
robinmordasiewicz authored May 21, 2024
2 parents cd951f2 + adda572 commit 0fb69dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spoke-check-internet-up-ip = "8.8.8.8"
| Name | Version |
|------|---------|
| terraform | >=1.6 |
| azurerm | 3.103.1 |
| azurerm | 3.104.0 |
| http | 3.4.1 |
| null | 3.2.2 |
| random | 3.6.1 |
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.103.1"
version = "3.104.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 0fb69dc

Please sign in to comment.