Skip to content

minimice/terraform-cloudprovider-cli

Repository files navigation

terraform-cloudprovider-cli

Build 🐳 Docker images 🐳 with various cloud provider CLIs and other fun tools!πŸŽ‰πŸ₯³

βœ… Supports best practise paradigm, build once deploy many!
βœ… Supports multi-platforms (x86_64, arm64).
βœ… No need to ever install any package locally on your machine.
βœ… Everyone in a team can now have a consistent experience working with your cloud provider.
βœ… Can be used as a deployment container, allowing you to test locally before running it in a CI/CD pipeline.
βœ… Pipeline agnostic. Whatever pipeline you use, this can be deployed with consistent behaviour.
βœ… Saving ⏰ and πŸ’° for all. Life is precious, don't spend time doing trivial tasks.

☁️ Cloud providers supported in the various container images! ☁️

Author: Lim Chooi Guan (AWS Architect, AWS Certified Solutions Architect)

Pre-requisites πŸ› 

Required if you wish to build each image locally.

  • Docker
  • Cloud provider account

Already have Docker?

The images exist on Dockerhub. You can run them directly in your terminal.

AWS

βœ… Supports multi-platforms (x86_64, arm64)

Run

docker run -it minimice/terraform-aws-go-cli:latest

Azure

βœ… Multi-platform ready. Currently only supporting x86_64 as Microsoft has not made an ARM64 version for Debian.

For x86 processors, run

docker run -it minimice/terraform-azure-go-cli:latest

GCP

βœ… Supports multi-platforms (x86_64, arm64)

Run

docker run -it minimice/terraform-gcloud-go-cli:latest

Multi-cloud

βœ… Supports multi-platforms (x86_64, arm64). Azure CLI only supports x86_64 as Microsoft has not made an ARM64 version for Debian.

Run

docker run -it minimice/terraform-multicloud-go-cli:latest

Releases

No releases published

Packages

No packages published