Sign inSign up

nikrofill/terraspace

By nikrofill

Updated about 3 years ago

Image
0

317

nikrofill/terraspace repository overview

That image includes:

  1. ruby latest
  2. tesrraspace
  3. Terraform

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

Tag summary

Content type

Image

Digest

sha256:8426188dd

Size

416.4 MB

Last updated

about 3 years ago

docker pull nikrofill/terraspace