kohirens / docker-circleci-aws-iac-tf

Alpine image for deploying IaC with Terraform into AWS with the AWS CLI installed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine AWS & Terraform

When you need to run Terraform (deploy IaC) and call the AWS API from the CLI. Approximate size is 461MB.

Status

CircleCI

Features

  • Alpine
  • AWS CLI v2
  • Terraform
  • TerraGrunt
  • TfLint

Usage

docker pull kohirens/circleci-aws-iac-tf
  • Running AWS and Terraform CLI commands from build systems.
  • Running AWS and Terraform CLI commands locally if you have a container engine installed already.

See Docker Hub image tags at kohirens/circleci-aws-iac-tf

Pre-installed tools

Additional tools, installed apk

  • bash
  • curl
  • git
  • gnupg
  • gzip
  • openssh
  • openssl
  • tar
  • wget
  • unzip
  • zip

About

Alpine image for deploying IaC with Terraform into AWS with the AWS CLI installed.

License:MIT License


Languages

Language:Dockerfile 74.5%Language:Shell 25.5%