1Mill
1Mill
@aagrawa3-dev, if I am following you correctly: > Can't you do a wget first for above dockerfile. Indeed you can fetch arbitrary content as part of your external-to-docker build script...
@aagrawa3-dev, I do not believe the above works because `INCLUDE+` is looking for files on the host machine and not within the container itself. I experimented with the below but...
@aagrawa3-dev, there are a handful of Docker pre-processors out there that do that kind of fetching and merging without the need for `INCLUDE+`. Without a doubt I could configure something...
Using ```hcl terraform { required_providers { aws = { source = "hashicorp/aws" version = "< 4.22" } } } ``` is a workaround for the time being.