Skip to content

Commit 51ededc

Browse files
authored
chore: Update examples (#497)
1 parent 03a74f2 commit 51ededc

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed

examples/complete-mssql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note that this example may create resources which cost money. Run `terraform des
3636
| <a name="module_db_automated_backups_replication"></a> [db\_automated\_backups\_replication](#module\_db\_automated\_backups\_replication) | ../../modules/db_instance_automated_backups_replication | n/a |
3737
| <a name="module_db_disabled"></a> [db\_disabled](#module\_db\_disabled) | ../../ | n/a |
3838
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
39-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
39+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
4040

4141
## Resources
4242

examples/complete-mssql/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ resource "aws_directory_service_directory" "demo" {
160160

161161
module "vpc" {
162162
source = "terraform-aws-modules/vpc/aws"
163-
version = "~> 3.0"
163+
version = "~> 4.0"
164164

165165
name = local.name
166166
cidr = local.vpc_cidr

examples/complete-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note that this example may create resources which cost money. Run `terraform des
3636
| <a name="module_db_default"></a> [db\_default](#module\_db\_default) | ../../ | n/a |
3737
| <a name="module_db_disabled"></a> [db\_disabled](#module\_db\_disabled) | ../../ | n/a |
3838
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
39-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
39+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
4040

4141
## Resources
4242

examples/complete-mysql/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module "db_disabled" {
135135

136136
module "vpc" {
137137
source = "terraform-aws-modules/vpc/aws"
138-
version = "~> 3.0"
138+
version = "~> 4.0"
139139

140140
name = local.name
141141
cidr = local.vpc_cidr

examples/complete-oracle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that this example may create resources which cost money. Run `terraform des
3737
| <a name="module_db_disabled"></a> [db\_disabled](#module\_db\_disabled) | ../../ | n/a |
3838
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | ~> 1.0 |
3939
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
40-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
40+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
4141

4242
## Resources
4343

examples/complete-oracle/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module "db_automated_backups_replication" {
123123

124124
module "vpc" {
125125
source = "terraform-aws-modules/vpc/aws"
126-
version = "~> 3.0"
126+
version = "~> 4.0"
127127

128128
name = local.name
129129
cidr = local.vpc_cidr

examples/complete-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note that this example may create resources which cost money. Run `terraform des
3838
| <a name="module_db_disabled"></a> [db\_disabled](#module\_db\_disabled) | ../../ | n/a |
3939
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | ~> 1.0 |
4040
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
41-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
41+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
4242

4343
## Resources
4444

examples/complete-postgres/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ module "db_automated_backups_replication" {
176176

177177
module "vpc" {
178178
source = "terraform-aws-modules/vpc/aws"
179-
version = "~> 3.0"
179+
version = "~> 4.0"
180180

181181
name = local.name
182182
cidr = local.vpc_cidr

examples/cross-region-replica-postgres/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Note that this example may create resources which cost money. Run `terraform des
3737
| <a name="module_replica"></a> [replica](#module\_replica) | ../../ | n/a |
3838
| <a name="module_security_group_region1"></a> [security\_group\_region1](#module\_security\_group\_region1) | terraform-aws-modules/security-group/aws | ~> 4.0 |
3939
| <a name="module_security_group_region2"></a> [security\_group\_region2](#module\_security\_group\_region2) | terraform-aws-modules/security-group/aws | ~> 4.0 |
40-
| <a name="module_vpc_region1"></a> [vpc\_region1](#module\_vpc\_region1) | terraform-aws-modules/vpc/aws | ~> 3.0 |
41-
| <a name="module_vpc_region2"></a> [vpc\_region2](#module\_vpc\_region2) | terraform-aws-modules/vpc/aws | ~> 3.0 |
40+
| <a name="module_vpc_region1"></a> [vpc\_region1](#module\_vpc\_region1) | terraform-aws-modules/vpc/aws | ~> 4.0 |
41+
| <a name="module_vpc_region2"></a> [vpc\_region2](#module\_vpc\_region2) | terraform-aws-modules/vpc/aws | ~> 4.0 |
4242

4343
## Resources
4444

examples/cross-region-replica-postgres/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module "replica" {
141141

142142
module "vpc_region1" {
143143
source = "terraform-aws-modules/vpc/aws"
144-
version = "~> 3.0"
144+
version = "~> 4.0"
145145

146146
name = local.name
147147
cidr = "10.100.0.0/18"
@@ -180,7 +180,7 @@ module "security_group_region1" {
180180

181181
module "vpc_region2" {
182182
source = "terraform-aws-modules/vpc/aws"
183-
version = "~> 3.0"
183+
version = "~> 4.0"
184184

185185
providers = {
186186
aws = aws.region2

0 commit comments

Comments
 (0)