Skip to content

Commit

Permalink
chore: update readme for v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RJPearson94 committed Feb 12, 2024
1 parent fb204f2 commit ccf774f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Below are diagrams of the possible architecture combinations that can configured

### Single Zone

![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Single%20Zone.png)
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Single%20Zone.png)

#### Terraform

Expand Down Expand Up @@ -108,7 +108,7 @@ inputs = {

### Multi-Zone - Independent Zones

![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)

#### Terraform

Expand Down Expand Up @@ -162,7 +162,7 @@ _Note:_ If you use tools like Terragrunt or CDKTF, you can use the Single Zone m

### Multi-Zone - Shared Distribution

![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)

#### Terraform

Expand Down Expand Up @@ -214,7 +214,7 @@ inputs = {

### Multi-Zone - Shared Distribution and Bucket

![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)

#### Terraform

Expand Down
6 changes: 3 additions & 3 deletions modules/tf-aws-open-next-multi-zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ This module supports three deployment options:

Independent Zones

![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)
![Multi Zone - Independent Zones](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Independent%20Zones.png)

_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

Shared Distribution

![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)
![Multi Zone - Shared Distribution](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution.png)

Shared Distribution and Bucket

![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)
![Multi Zone - Shared Distribution and Bucket](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Multi%20Zone%20-%20Shared%20Distribution%20and%20Bucket.png)

The following are optional:

Expand Down
2 changes: 1 addition & 1 deletion modules/tf-aws-open-next-zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module allows you to deploy a next.js website using [Open Next](https://git

The module will allow you to configure the following resources.

![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.0/docs/diagrams/Single%20Zone.png)
![Single Zone Complete](https://raw.githubusercontent.com/RJPearson94/terraform-aws-open-next/v2.2.1/docs/diagrams/Single%20Zone.png)

The following are optional:

Expand Down

0 comments on commit ccf774f

Please sign in to comment.