You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn more about `ignore_changes` in the [Terraform documentation](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).
165
165
166
+
_A note on "immutable" attributes: Terraform providers may specify `ForceNew` on their resources' attributes. Any change
167
+
to these attributes require the replacement (destruction and recreation) of the managed resource instance, rather than an in-place update.
168
+
For example, the [`ami`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#ami-1) attribute on the `aws_instance` resource
169
+
has [`ForceNew`](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/ec2/ec2_instance.go#L75-L81) set,
170
+
since the AMI cannot be changed in-place._
171
+
166
172
### Current limitations
167
173
168
174
The prebuilt workspaces feature has these current limitations:
0 commit comments