Skip to content

Commit

Permalink
Update Terraform random to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 3cb6fdc commit dd38031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/azure/aks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.1"
}
}
}
2 changes: 1 addition & 1 deletion components/terraform/azure/tfstate-backend/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.1"
}
}
}

0 comments on commit dd38031

Please sign in to comment.