Skip to content

Commit fe6e939

Browse files
authored
Track all changes (remove ignore_changes lifecycle) (#125)
1 parent c038513 commit fe6e939

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

main.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,4 @@ resource "aws_instance" "this" {
8686
credit_specification {
8787
cpu_credits = local.is_t_instance_type ? var.cpu_credits : null
8888
}
89-
90-
lifecycle {
91-
# Due to several known issues in Terraform AWS provider related to arguments of aws_instance:
92-
# (eg, https://github.com/terraform-providers/terraform-provider-aws/issues/2036)
93-
# we have to ignore changes in the following arguments
94-
ignore_changes = [
95-
root_block_device,
96-
ebs_block_device,
97-
]
98-
}
9989
}

0 commit comments

Comments
 (0)