Back to Terragrunt

Provider Cache Windows Remote

docs/src/data/changelog/v1.0.1/provider-cache-windows-remote.mdx

1.0.3429 B
Original Source

Provider cache fixed on Windows for remote URLs

The provider cache failed on Windows with CreateFile https://...: The filename, directory name, or volume label syntax is incorrect because remote download URLs were passed to os.Stat, and the colon in https: is invalid Windows path syntax. The fix skips the filesystem existence check when the download URL is a remote URL (://), going directly to the download path.