Skip to content

oam-dev/docker-terraform-base

Repository files navigation

Docker Terraform Base

Source code for the base docker image of https://github.com/oam-dev/docker-terraform

Image build

Run git lfs track ".terraform.d/**" to store all large files in GitHub.

  • Add more providers or update a provider

  • Push changes to GitHub

  • Push the package

docker build -t oamdev/docker-terraform-base:$Tag .
docker push oamdev/docker-terraform-base:$Tag