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: README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -175,9 +175,16 @@ You can create a `.terraformignore` in the root of your project and add the foll
175
175
176
176
## Examples
177
177
178
-
-[Complete](https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/complete) - Complete example with SSR, API and static pages.
179
-
-[Static](https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/static) - Example that uses static pages only (No SSR).
180
-
-[Custom Domain](https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/custom-domain) - Demonstrates how to use the module with a custom domain from Route 53.
Copy file name to clipboardExpand all lines: examples/with-custom-domain/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ The code is based on the [with existing CloudFront distribution example](https:/
9
9
- Provisions a free SSL certificate from the AWS Certificate Manager for the domain
10
10
- Assigns the domain and the SSL certificate to the CloudFront distribution
11
11
12
-
> **Note:** You can find the full example code on [GitHub](https://github.com/dealmore/terraform-aws-next-js/tree/main/examples/custom-domain).
12
+
> **Note:** You can find the full example code on [GitHub](https://github.com/dealmore/terraform-aws-next-js/tree/main/examples/with-custom-domain).
0 commit comments