An open API service indexing awesome lists of open source software.

https://github.com/oam-dev/docker-terraform-base

Deprecated. Please refer to https://github.com/oam-dev/docker-terraform
https://github.com/oam-dev/docker-terraform-base

Last synced: 4 months ago
JSON representation

Deprecated. Please refer to https://github.com/oam-dev/docker-terraform

Awesome Lists containing this project

README

          

# 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

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