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.
1 parent c038513 commit fe6e939Copy full SHA for fe6e939
main.tf
@@ -86,14 +86,4 @@ resource "aws_instance" "this" {
86
credit_specification {
87
cpu_credits = local.is_t_instance_type ? var.cpu_credits : null
88
}
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
- }
99
0 commit comments