That image includes:
It was made to make the process of using terraspace more easy. You can include it in your gitlab pipeline with a sample of code above:
.Plan:
stage: tfplan
image: nikrofill/terraspace:latest
artifacts:
paths:
- infra/.terraspace-cache/
- infra/tfapply
script:
- cd infra
- bundle install
- terraspace init
- terraspace plan --out "tfapply"
tags:
- gitlab-org-docker
Do not forget to use the correct backend.
You can start locally in interactive mode, use:
docker run -it -v /your_ts/files/:/path/in/container nikrofill/terraspace:latest bash
Content type
Image
Digest
sha256:8426188dd…
Size
416.4 MB
Last updated
about 3 years ago
docker pull nikrofill/terraspace