If you are trying to run the basic CDKTF test deploying Nginx to Docker and run into the error **Error: Incompatible provider version**
while executing cdktf get
on a Apple Silicon try bumping the required version to 2.15.0 and user kreuzwerker
"terraformProviders": [
+ "kreuzwerker/docker@~> 2.15"
+ ],
Thanks to Adam Buxton who pointed me in the right direction!