cloudposse/terraform-aws-alb

Boolean to ignore tags

eanselmi opened this issue · 0 comments

Describe the Feature

Boolean to enable a lifecycle to ignore tags changes outside terraform

Expected Behavior

Boolean to enable a lifecycle to ignore tags changes outside terraform

Use Case

When working with shared load balacners in elastic beanstalk, eb change tags in ALB outside terraform. If you re-apply the code the changes made by elastic beanstalk is deleted. This feature would be only useful when working with shared load balancers in beanstalk

Describe Ideal Solution

A simple boolean to enable the feature to ignore tag changes outside terraform

Alternatives Considered

No response

Additional Context

No response