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
Copy file name to clipboardExpand all lines: infra/README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,17 @@ Generally, you should use the Make targets or the underlying bin scripts, but yo
70
70
71
71
To set up this project for the first time (i.e., it has never been deployed to the target AWS account):
72
72
73
-
1.[Install this template](/README.md#installation) into an application that meets the [Application Requirements](/README.md#application-requirements)
74
-
1. You may need to tweak the generated [project configuration](/infra/project-config/main.tf) depending on your needs. <!-- markdown-link-check-disable-line -->
75
-
2.[Set up infrastructure developer tools](/docs/infra/set-up-infrastructure-tools.md)
76
-
3.[Set up AWS account](/docs/infra/set-up-aws-account.md)
77
-
4.[Set up the virtual network (VPC)](/docs/infra/set-up-network.md)
78
-
5. Optionally [set up system notifications for CI/CD workflows](/docs/infra/system-notifications.md)
79
-
6. For each application:
73
+
74
+
1.[Set up infrastructure developer tools](/docs/infra/set-up-infrastructure-tools.md)
75
+
1.[Set up AWS account](/docs/infra/set-up-aws-account.md)
76
+
1.[Set up the virtual network (VPC)](/docs/infra/set-up-network.md)
77
+
1. Optionally [set up system notifications for CI/CD workflows](/docs/infra/system-notifications.md)
78
+
1. For each application:
80
79
1.[Set up application build repository](/docs/infra/set-up-app-build-repository.md)
81
-
2.[Set up application database](/docs/infra/set-up-database.md)
82
-
3.[Set up application environment](/docs/infra/set-up-app-env.md)
83
-
4.[Configure environment variables and secrets](/docs/infra/environment-variables-and-secrets.md)
84
-
5.[Set up background jobs](/docs/infra/background-jobs.md)
80
+
1.[Set up application database](/docs/infra/set-up-database.md)
81
+
1.[Set up application environment](/docs/infra/set-up-app-env.md)
82
+
1.[Configure environment variables and secrets](/docs/infra/environment-variables-and-secrets.md)
83
+
1.[Set up background jobs](/docs/infra/background-jobs.md)
0 commit comments