Skip to content

diggerhq/quickstart-actions-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickstart-actions-aws

This is the repository for a sample quickstart action with digger.

backend

this folder will provision (most) of the backend required. Main.tf provisions the following resources.

  1. The Backend state bucket for terraform to store state in
  2. The required DynamoDB table for Digger to store locks.

prod

This is a sample terraform prod code that will (if given the chance) spin up a vpc + an EC2 instance, and required security groups. The instance is locked down to not be accessible from outside the network.

.github/workflows

Contains digger-plan.yml with two different potential ways of authenticating against an AWS account. Please review the main digger documentation on details as to which scheme to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages