oozou / terraform-aws-launch-template

Terraform module to create AWS Launch Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: missing local.security_group_ids

bemillenium opened this issue · comments

│ 
│   on .terraform/modules/auto_scaling_group.launch_template/main.tf line 167, in resource "aws_launch_template" "this":
│  167:       security_groups              = compact(concat(try(network_interfaces.value.security_groups, []), local.security_group_ids))
│ 
│ A local value with the name "security_group_ids" has not been declared.```