## Use Case The `docker_compose` resource in this module should support the Docker Compose plugin. ## Describe the Solution You Would Like The `docker_compose` resource uses docker-compose-plugin rather than failing with `Error: Could not find a suitable provider for docker_compose`. ## Describe Alternatives You've Considered Installing standalone Docker Compose would be an alternative, but that is not supported by upstream per https://docs.docker.com/compose/install/ and upstream provides `docker-compose-plugin` as packages per https://docs.docker.com/compose/install/linux/. ## Additional Context See also: #839