This is a dedicated watch page for a single video.
You have recently refactored your Terraform configuration, and a resource has been changed to be created within a module. As a result, the resource has changed from aws_instance.web to module.servers.aws_instance.web . To ensure that Terraform updates the state file correctly and does not recreate the resource, which block should you use in your configuration?