Skip to content

Commit

Permalink
chore(deps): update terraform random to v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 711959e commit ae7d19f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions terraform/.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 terraform/ecs/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}

0 comments on commit ae7d19f

Please sign in to comment.