Skip to content

Commit

Permalink
Update Terraform cloudposse/ec2-autoscale-group/aws to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent f6c57a0 commit 9797d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/aws/asg/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "autoscale_group" {
source = "cloudposse/ec2-autoscale-group/aws"
version = "0.35.1"
version = "0.40.0"

image_id = local.image_id
instance_type = var.instance_type
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/github-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "sg" {

module "autoscale_group" {
source = "cloudposse/ec2-autoscale-group/aws"
version = "0.35.1"
version = "0.40.0"

image_id = join("", data.aws_ami.runner.*.id)

Check warning on line 110 in components/terraform/aws/github-runners/main.tf

View workflow job for this annotation

GitHub Actions / ci-terraform / Lint (./components/terraform/aws/github-runners)

[tflint] reported by reviewdog 🐶 List items should be accessed using square brackets Raw Output: main.tf:110:61: warning: List items should be accessed using square brackets ()
instance_type = var.instance_type
Expand Down

0 comments on commit 9797d15

Please sign in to comment.