hotosm / tf-azure-osm-seed

0 stars 0 forks source link

Documentation to import a pbf file #9

Closed batpad closed 2 years ago

batpad commented 2 years ago

We should setup the ability to configure variables to import a pbf file.

In the helm configuration, we need to enable the populateApiDb container and pass it a URL_FILE_TO_IMPORT env var. This will cause the container to come up and import the pbf file from the provided URL.

You can then disable the container, and if you need to import something else, enable it again with a new URL.

I'll set up a couple of variables in the terraform variables that can be toggled an then add some documentation to the README.

cc @dakotabenjamin @Rub21 @geohacker

batpad commented 2 years ago

This is now documented in the README.