Skip to content

Commit

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

Bump hashicorp/azurerm from 3.114.0 to 3.115.0 in /terraform
  • Loading branch information
robinmordasiewicz authored Aug 13, 2024
2 parents 7ab6cbf + e693882 commit 43571b2
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 @@ -57,7 +57,7 @@ spoke-k8s-node-pool-gpu = false
| Name | Version |
|------|---------|
| terraform | >=1.6 |
| azurerm | 3.114.0 |
| azurerm | 3.115.0 |
| external | 2.3.3 |
| git | 0.1.0 |
| http | 3.4.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.114.0"
version = "3.115.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 43571b2

Please sign in to comment.