We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
elasticbeanstalk:shared-elb-environment-count
1 parent e3586dd commit d6715c7Copy full SHA for d6715c7
main.tf
@@ -61,6 +61,12 @@ resource "aws_lb" "this" {
61
update = try(var.timeouts.update, null)
62
delete = try(var.timeouts.delete, null)
63
}
64
+
65
+ lifecycle {
66
+ ignore_changes = [
67
+ tags["elasticbeanstalk:shared-elb-environment-count"]
68
+ ]
69
+ }
70
71
72
################################################################################
0 commit comments