Where to find information about the following Terraform provider attribute deprecation? – Docker
I can't find more information in the Terraform provider documentation, neither can I find any open issues in github. https://www.terraform.io/registry/providers/docs https://github.com/hashicorp/terraform/issues?q=is%3Aissue+is%3Aopen+provider+attribute+deprecated Terraform code: terraform { required_providers { docker = { source = "kreuzwerker/docker" version = "~> 2.13.0" } } }…