Skip to content

Commit

Permalink
chore(deps): update terraform random to v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 0c9bf0c commit eb9e793
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 32 deletions.
39 changes: 24 additions & 15 deletions utils/network/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/network/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.3.2"
version = "3.6.3"
}
}
}
Expand Down
39 changes: 24 additions & 15 deletions utils/resource_groups/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/resource_groups/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.3.2"
version = "3.6.3"
}
}
}
Expand Down

0 comments on commit eb9e793

Please sign in to comment.