CI Modules 0.59.2Last updated in version 0.50.11
View Source
Release Notes
AWS Helpers
This module contains helper scripts that automate common AWS tasks:
publish-ami
: This script copies the given AMI to the specified AWS regions and makes it public.
Installing the helpers
You can install the helpers using the Gruntwork Installer:
gruntwork-install --module-name "aws-helpers" --repo "https://github.com/gruntwork-io/terraform-aws-ci" --tag "v0.0.1"
We recommend running this command in the dependencies
section of circle.yml
:
dependencies:
override:
# Install the Gruntwork Installer
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/main/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.16
# Use the Gruntwork Installer to install the gruntwork-module-circleci-helpers module
- gruntwork-install --module-name "aws-helpers" --repo "https://github.com/gruntwork-io/terraform-aws-ci" --tag "v0.0.1"