Skip to content

Commit c7f414c

Browse files
committed
chore: update docs for v3.6.0 release
1 parent 56f8dc5 commit c7f414c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Below are diagrams of the possible architecture combinations that can configured
100100

101101
### Single Zone
102102

103-
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Single%20Zone.png)
103+
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Single%20Zone.png)
104104

105105
#### Terraform
106106

@@ -120,7 +120,7 @@ module "single_zone" {
120120

121121
```hcl
122122
terraform {
123-
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-zone?version=v3.5.1"
123+
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-zone?version=v3.6.0"
124124
include_in_copy = ["./.open-next"]
125125
}
126126
@@ -132,7 +132,7 @@ inputs = {
132132

133133
### Multi-Zone - Independent Zones
134134

135-
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
135+
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
136136

137137
#### Terraform
138138

@@ -162,7 +162,7 @@ module "independent_zones" {
162162

163163
```hcl
164164
terraform {
165-
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-multi-zone?version=v3.5.1"
165+
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-multi-zone?version=v3.6.0"
166166
include_in_copy = ["./docs/.open-next", "./home/.open-next"]
167167
}
168168
@@ -186,7 +186,7 @@ _Note:_ If you use tools like Terragrunt or CDKTF, you can use the Single Zone m
186186

187187
### Multi-Zone - Shared Distribution
188188

189-
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
189+
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
190190

191191
#### Terraform
192192

@@ -216,7 +216,7 @@ module "shared_distribution" {
216216

217217
```hcl
218218
terraform {
219-
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-multi-zone?version=v3.5.1"
219+
source = "tfr://registry.terraform.io/RJPearson94/open-next/aws//modules/tf-aws-open-next-multi-zone?version=v3.6.0"
220220
include_in_copy = ["./docs/.open-next", "./home/.open-next"]
221221
}
222222
@@ -238,7 +238,7 @@ inputs = {
238238

239239
### Multi-Zone - Shared Distribution and Bucket
240240

241-
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
241+
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
242242

243243
#### Terraform
244244

@@ -290,7 +290,7 @@ inputs = {
290290

291291
## Custom Domains
292292

293-
For information on managing custom domains, see the [domain config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/domain-config.md)
293+
For information on managing custom domains, see the [domain config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/domain-config.md)
294294

295295
## Examples
296296

modules/tf-aws-open-next-multi-zone/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ This module supports three deployment options:
88

99
Independent Zones
1010

11-
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
11+
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
1212

1313
_Note:_ If you use tools like Terragrunt or CDKTF, you can use the Single Zone module to deploy each zone into its own terraform state
1414

1515
Shared Distribution
1616

17-
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
17+
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
1818

1919
Shared Distribution and Bucket
2020

21-
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
21+
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
2222

2323
The following are optional:
2424

@@ -39,15 +39,15 @@ If you need to destroy the Terraform resources, it is recommended that you enabl
3939

4040
## Continuous deployment
4141

42-
This module supports CloudFront continuous deployment. See the [continuous deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/continuous-deployments.md) for instructions on how to leverage this capability.
42+
This module supports CloudFront continuous deployment. See the [continuous deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/continuous-deployments.md) for instructions on how to leverage this capability.
4343

4444
## Backend Server Deployment Options
4545

46-
See the [backend server deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/backend-server-deployments.md) for instructions to see the options.
46+
See the [backend server deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/backend-server-deployments.md) for instructions to see the options.
4747

4848
## Custom Domains
4949

50-
For infomation on managing custom domains see the [domain-config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/domain-config.md)
50+
For infomation on managing custom domains see the [domain-config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/domain-config.md)
5151

5252
## Module documentation
5353

modules/tf-aws-open-next-zone/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module allows you to deploy a next.js website using [Open Next](https://git
44

55
The module will allow you to configure the following resources.
66

7-
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.5.1/docs/diagrams/Single%20Zone.png)
7+
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v3.6.0/docs/diagrams/Single%20Zone.png)
88

99
The following are optional:
1010

@@ -25,15 +25,15 @@ If you need to destroy the Terraform resources, it is recommended that you enabl
2525

2626
## Continuous deployment
2727

28-
This module supports CloudFront continuous deployment. See the [continuous deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/continuous-deployments.md) for instructions on how to leverage this capability.
28+
This module supports CloudFront continuous deployment. See the [continuous deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/continuous-deployments.md) for instructions on how to leverage this capability.
2929

3030
## Backend Server Deployment Options
3131

32-
See the [backend server deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/backend-server-deployments.md) for instructions to see the options.
32+
See the [backend server deployment docs](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/backend-server-deployments.md) for instructions to see the options.
3333

3434
## Custom Domains
3535

36-
For infomation on managing custom domains see the [domain-config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.5.1/docs/domain-config.md)
36+
For infomation on managing custom domains see the [domain-config documentation](https://github.com/RJPearson94/terraform-aws-open-next/blob/v3.6.0/docs/domain-config.md)
3737

3838
## Module documentation
3939

0 commit comments

Comments
 (0)