Skip to content

Commit 73dfdd6

Browse files
committed
Ignore changes to launch template
1 parent 181013b commit 73dfdd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/modules/ec2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ resource "aws_instance" "ooni_ec2" {
8787

8888
lifecycle {
8989
create_before_destroy = true
90-
ignore_changes = [ user_data ]
90+
ignore_changes = [ user_data, launch_template ]
9191
}
9292

9393
tags = merge(var.tags, {MonitoringActive = var.monitoring_active})

0 commit comments

Comments
 (0)