d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

Added provider before terraform init in container build process #67

Closed dankaiser1808 closed 3 years ago

dankaiser1808 commented 3 years ago

I´ve added the default provider folder structure of terraform 0.13. Normally, this structure is build with the mirror command. https://www.terraform.io/upgrade-guides/0-13.html https://www.terraform.io/docs/cli/commands/providers/mirror.html https://www.terraform.io/docs/cli/config/config-file.html#explicit-installation-method-configuration Since the providers should be downloaded in the build process, i manually added the needed structure.