Skip to content

Commit

Permalink
similar replacement in asg module
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 6, 2024
1 parent d5dc362 commit c3a6b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/baseline/ec2_autoscaling_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "ec2_autoscaling_group" {
for_each = var.ec2_autoscaling_groups

# source = "github.com/ministryofjustice/modernisation-platform-terraform-ec2-autoscaling-group?ref=0111618bb1c7c52f59f11790b2f4b68a26b51cb3" # v2.6.1
source = "github.com/ministryofjustice/modernisation-platform-terraform-ec2-autoscaling-group?ref=43b3fba00f139e3e5660cb9d6613ed93fe67264e" # Latest
source = "github.com/ministryofjustice/modernisation-platform-terraform-ec2-autoscaling-group?ref=64e39ff5845220b914cac348707dcdce84f2fb58" # branch with updated cloudint version and fix deprecated managed_policy_arn resources block

providers = {
aws.core-vpc = aws.core-vpc
Expand Down

0 comments on commit c3a6b69

Please sign in to comment.