Skip to content

Commit

Permalink
Merge pull request #587 from robinmordasiewicz/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform/hashicorp/random-3.6.3
  • Loading branch information
robinmordasiewicz authored Sep 12, 2024
2 parents d435519 + 521fdfd commit 023c638
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 @@ -58,12 +58,12 @@ spoke-k8s-node-pool-gpu = false
|------|---------|
| terraform | >=1.6 |
| azurerm | 4.1.0 |
| external | 2.3.3 |
| external | 2.3.4 |
| git | 0.1.0 |
| http | 3.4.5 |
| local | 2.5.1 |
| null | 3.2.2 |
| random | 3.6.2 |
| random | 3.6.3 |
| tls | 4.0.5 |

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.2"
version = "3.6.3"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 023c638

Please sign in to comment.