No description
Find a file
2025-10-31 03:07:00 +00:00
.github/workflows chore(deps): update aws-actions/configure-aws-credentials digest to 0094301 2025-10-06 18:05:55 +00:00
terraform chore(deps): update terraform aws to v6.19.0 2025-10-31 03:06:57 +00:00
.gitignore Initial commit 2024-01-01 16:29:01 +00:00
readme.md Initial commit 2024-01-01 16:29:01 +00:00
renovate.json ci: 🎡 fix ci? 2025-07-30 21:48:46 +01:00

Terraform Template

This repo contains everything you need to deploy AWS resources using Terraform via Github Actions.

Usage

Fork or copy this repo.

Replace these variables with your own.

$ROLE - AWS role that GA uses to deploy terraform with
$TERRAFORM_BUCKET - S3 bucket to place tf state
$TERRAFORM_LOCK - Dyanmodb table for locking
$APPLICATION_NAME - Application name

Terraform version

This is currently locked using tfenv see .terraform-version.