Aws_security_group

Is it possible to change aws security group, group name? They are currently all:

terraform-201949823782

Hi @christianjwatts,

You can change the name by specifying the name attribute in the aws_security_group resource. It’s optional so it defaults to the random identifier you mentioned unless it’s overridden.

Hope it helps!