Skip to content

Commit

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

Bump hashicorp/azurerm from 3.113.0 to 3.114.0 in /terraform
  • Loading branch information
robinmordasiewicz authored Aug 12, 2024
2 parents 620e313 + ba5b9a4 commit 35a284e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ spoke-check-internet-up-ip = "8.8.8.8"
spoke-aks-node-ip = "10.1.1.4"
spoke-aks-node-image-gpu = false
spoke-k8s-node-pool-gpu = false
```
## Requirements
| Name | Version |
|------|---------|
| terraform | >=1.6 |
| azurerm | 3.113.0 |
| azurerm | 3.114.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.113.0"
version = "3.114.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 35a284e

Please sign in to comment.