Skip to content

Commit

Permalink
chore(deps): update terraform random to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent 0c9bf0c commit e89413c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 34 deletions.
29 changes: 13 additions & 16 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.5.1"
}
}
}
Expand Down
29 changes: 13 additions & 16 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.5.1"
}
}
}
Expand Down

0 comments on commit e89413c

Please sign in to comment.