Skip to content

Commit 51ededc

Browse files
authored
chore: Update examples (terraform-aws-modules#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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

examples/enhanced-monitoring/README.md

+1-1
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
|------|--------|---------|
3737
| <a name="module_db"></a> [db](#module\_db) | ../../ | 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/enhanced-monitoring/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data "aws_iam_policy_document" "rds_enhanced_monitoring" {
9999

100100
module "vpc" {
101101
source = "terraform-aws-modules/vpc/aws"
102-
version = "~> 3.0"
102+
version = "~> 4.0"
103103

104104
name = local.name
105105
cidr = local.vpc_cidr

examples/replica-mysql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note that this example may create resources which cost money. Run `terraform des
3535
| <a name="module_master"></a> [master](#module\_master) | ../../ | n/a |
3636
| <a name="module_replica"></a> [replica](#module\_replica) | ../../ | n/a |
3737
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
38-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
38+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
3939

4040
## Resources
4141

examples/replica-mysql/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module "replica" {
109109

110110
module "vpc" {
111111
source = "terraform-aws-modules/vpc/aws"
112-
version = "~> 3.0"
112+
version = "~> 4.0"
113113

114114
name = local.name
115115
cidr = local.vpc_cidr

examples/replica-postgres/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note that this example may create resources which cost money. Run `terraform des
3535
| <a name="module_master"></a> [master](#module\_master) | ../../ | n/a |
3636
| <a name="module_replica"></a> [replica](#module\_replica) | ../../ | n/a |
3737
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
38-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
38+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
3939

4040
## Resources
4141

examples/replica-postgres/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module "replica" {
111111

112112
module "vpc" {
113113
source = "terraform-aws-modules/vpc/aws"
114-
version = "~> 3.0"
114+
version = "~> 4.0"
115115

116116
name = local.name
117117
cidr = local.vpc_cidr

examples/s3-import-mysql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Note that this example may create resources which cost money. Run `terraform des
6666
| <a name="module_db"></a> [db](#module\_db) | ../../ | n/a |
6767
| <a name="module_import_s3_bucket"></a> [import\_s3\_bucket](#module\_import\_s3\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 3.0 |
6868
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
69-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.0 |
69+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0 |
7070

7171
## Resources
7272

examples/s3-import-mysql/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "random_pet" "this" {
7373

7474
module "vpc" {
7575
source = "terraform-aws-modules/vpc/aws"
76-
version = "~> 3.0"
76+
version = "~> 4.0"
7777

7878
name = local.name
7979
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)