Skip to content

Commit

Permalink
Merge pull request #469 from robinmordasiewicz/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform/hashicorp/azurerm-3.113.0
  • Loading branch information
robinmordasiewicz authored Jul 30, 2024
2 parents 62c0d8d + 5295f76 commit b7213b7
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 @@ -53,7 +53,7 @@ spoke-k8s-node-pool-gpu = false
| Name | Version |
|------|---------|
| terraform | >=1.6 |
| azurerm | 3.112.0 |
| azurerm | 3.113.0 |
| external | 2.3.3 |
| git | 0.1.0 |
| http | 3.4.3 |
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.112.0"
version = "3.113.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit b7213b7

Please sign in to comment.