Skip to content

Commit

Permalink
feat(tf): update terraform terraform-aws-modules/autoscaling/aws to v8
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent fd56e2f commit ec96178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vault-region/asg.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "asg" {
source = "terraform-aws-modules/autoscaling/aws"
version = "~> 7.0"
version = "~> 8.0"

name = try(var.asg.name_prefix, var.name_prefix)

Expand Down

0 comments on commit ec96178

Please sign in to comment.