Commit fe6e939f authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Track all changes (remove ignore_changes lifecycle) (#125)

parent c0385132
......@@ -86,14 +86,4 @@ resource "aws_instance" "this" {
credit_specification {
cpu_credits = local.is_t_instance_type ? var.cpu_credits : null
}
lifecycle {
# Due to several known issues in Terraform AWS provider related to arguments of aws_instance:
# (eg, https://github.com/terraform-providers/terraform-provider-aws/issues/2036)
# we have to ignore changes in the following arguments
ignore_changes = [
root_block_device,
ebs_block_device,
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment