Skip to content

v0.16.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 25 Mar 04:07
779457b

🚀 Enhancements

var.use_name_prefix @nitrocode (#60)

what

  • Toggles between name and name_prefix asg arguments
  • Affects aws_autoscaling_group and not the aws_launch_template

Followed similar

https://github.com/cloudposse/terraform-aws-security-group/blob/c090804ba938edf434b660e771527ce7d94a52f4/main.tf#L4-L5

why

  • To backport existing resources to use this module without recreating resources

references