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
-[Set up the AWS CLI](https://docs.aws.amazon.com/polly/latest/dg/setup-aws-cli.html)
13
14
-[A domain registered with Route53](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html)
14
15
- Note: if you want to use different domain per environment (staging/poduction), you need to have multiple hosted zones. The available zones in Route53 can be found by running this command. `aws route53 list-hosted-zones`
15
16
16
17
## Getting Started
17
18
18
-
This is meant to be used with commit0 and not directly. See
19
-
the [commit0](https://github.com/commitdev/commit0) repository for more
20
-
information. The commit0 tool will parse through configuration and fill in any
19
+
This is meant to be used with the commit0`stack` tool and not directly. See
20
+
the [stack](https://github.com/commitdev/stack) repository for more
21
+
information. The tool will parse through configuration and fill in any
21
22
template variables which need to be encoded into the terraform configuration.
22
23
Once that is done you'll have a directory containing the contents of this
23
24
repository minus the `.git` directory.
24
25
25
-
### ⚠️ Edits Required
26
-
27
-
This repository requires post-template configuration edits to the AMI depending
28
-
on the region you chose. To find the appropriate AMI for your region you can use
29
-
the following snippet:
26
+
To generate the templates you will need to provide some values to fill in.
0 commit comments