You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository for a sample quickstart action with digger.
4
+
5
+
# backend
6
+
this folder will provision (most) of the backend required.
7
+
Main.tf provisions the following resources.
8
+
9
+
1. The Backend state bucket for terraform to store state in
10
+
2. The required DynamoDB table for Digger to store locks.
11
+
12
+
# prod
13
+
This is a sample terraform prod code that will (if given the chance) spin up a vpc + an EC2 instance, and required security groups.
14
+
The instance is locked down to not be accessible from outside the network.
15
+
16
+
# .github/workflows
17
+
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.
0 commit comments