{"id":20657748,"url":"https://github.com/boltops-tools/terraspace-dockerfiles","last_synced_at":"2025-04-19T13:17:28.827Z","repository":{"id":45218212,"uuid":"316541918","full_name":"boltops-tools/terraspace-dockerfiles","owner":"boltops-tools","description":"Terraspace Dockerfiles","archived":false,"fork":false,"pushed_at":"2023-03-20T18:08:58.000Z","size":26,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:11:33.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-27T15:49:36.000Z","updated_at":"2023-03-18T00:16:28.000Z","dependencies_parsed_at":"2024-11-16T18:34:39.805Z","dependency_job_id":null,"html_url":"https://github.com/boltops-tools/terraspace-dockerfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace-dockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace-dockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace-dockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace-dockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/terraspace-dockerfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249702460,"owners_count":21312761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T18:22:48.717Z","updated_at":"2025-04-19T13:17:28.793Z","avatar_url":"https://github.com/boltops-tools.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraspace Dockerfiles\n\n[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)\n\nThis repo contains Dockerfiles that include [Terraspace](https://terraspace.cloud/). You can use it try out Terraspace within an isolated Docker container.\n\nThe Docker images are published to Dockerhub daily. The images generally include the latest version of Terraspace and Terraform.\n\nFor more docs, see: [Terraspace Docker Docs](https://terraspace.cloud/docs/install/docker/)\n\n## Usage\n\nTo run the terraspace docker container:\n\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace\n\nThe default OS is the ubuntu. To run with different OSes:\n\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:alpine\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:amzn2\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:centos\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:debian\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:fedora\n    docker run --rm -ti ghcr.io/boltops-tools/terraspace:ubuntu\n\n## Updating Images\n\nThe Docker images are built daily. So remember to update the cached Docker images if you've pulled them before:\n\n    docker pull ghcr.io/boltops-tools/terraspace\n    docker pull ghcr.io/boltops-tools/terraspace:alpine\n    docker pull ghcr.io/boltops-tools/terraspace:amzn2\n    docker pull ghcr.io/boltops-tools/terraspace:centos\n    docker pull ghcr.io/boltops-tools/terraspace:debian\n    docker pull ghcr.io/boltops-tools/terraspace:fedora\n    docker pull ghcr.io/boltops-tools/terraspace:ubuntu\n\n## Run Terraspace in Docker Container\n\nYou probably want to test your cloud credentials. One way to do this is to mount your credentials as a volume. Example:\n\n    docker run --rm -ti -v $HOME/.aws:/root/.aws ghcr.io/boltops-tools/terraspace:ubuntu\n\nFrom there, you probably want to export your AWS_PROFILE.\n\n    export AWS_PROFILE=tung\n\nYou can also provide an env file with the AWS_PROFILE already set, IE:\n\nenv.dev\n\n    AWS_PROFILE=tung\n\nThen to use the env file:\n\n    docker run --rm -ti --env-file env.dev -v $HOME/.aws:/root/.aws ghcr.io/boltops-tools/terraspace:ubuntu\n\n## Test Terraspace\n\nHere are some quick-start example commands to test out terraspace.\n\n    \u003e\u003e\u003e docker run --rm -ti --env-file env.dev -v $HOME/.aws:/root/.aws ghcr.io/boltops-tools/terraspace:ubuntu\n    terraspace new project infra --examples\n    cd infra\n    terraspace up demo -y\n    terraspace down demo -y\n\n## More Docs\n\n* [Build Images](readme/build-images.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace-dockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Fterraspace-dockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace-dockerfiles/lists"}