File tree Expand file tree Collapse file tree 12 files changed +30
-30
lines changed
Expand file tree Collapse file tree 12 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ An EC2 instance configuration has been provided for use in validating the exampl
3131| Name | Version |
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
34- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0 |
34+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6 .0 |
3535
3636## Providers
3737
3838| Name | Version |
3939| ------| ---------|
40- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0 |
40+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6 .0 |
4141
4242## Modules
4343
4444| Name | Source | Version |
4545| ------| --------| ---------|
46- | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds-aurora/aws | ~ > 8 .0 |
46+ | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds-aurora/aws | ~ > 9 .0 |
4747| <a name =" module_rds_proxy " ></a > [ rds\_ proxy] ( #module\_ rds\_ proxy ) | ../../ | n/a |
4848| <a name =" module_rds_proxy_sg " ></a > [ rds\_ proxy\_ sg] ( #module\_ rds\_ proxy\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
49- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
49+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
5050
5151## Resources
5252
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module "rds_proxy" {
6969
7070module "vpc" {
7171 source = " terraform-aws-modules/vpc/aws"
72- version = " ~> 5 .0"
72+ version = " ~> 6 .0"
7373
7474 name = local. name
7575 cidr = local. vpc_cidr
@@ -84,7 +84,7 @@ module "vpc" {
8484
8585module "rds" {
8686 source = " terraform-aws-modules/rds-aurora/aws"
87- version = " ~> 8 .0"
87+ version = " ~> 9 .0"
8888
8989 name = local. name
9090 engine = " aurora-mysql"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 5 .0"
7+ version = " >= 6 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ An EC2 instance configuration has been provided for use in validating the exampl
3131| Name | Version |
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
34- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0 |
34+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6 .0 |
3535| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
3636
3737## Providers
3838
3939| Name | Version |
4040| ------| ---------|
41- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0 |
41+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6 .0 |
4242| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
4343
4444## Modules
4545
4646| Name | Source | Version |
4747| ------| --------| ---------|
48- | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds/aws | ~ > 5 .0 |
48+ | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds/aws | ~ > 6 .0 |
4949| <a name =" module_rds_proxy " ></a > [ rds\_ proxy] ( #module\_ rds\_ proxy ) | ../../ | n/a |
5050| <a name =" module_rds_proxy_sg " ></a > [ rds\_ proxy\_ sg] ( #module\_ rds\_ proxy\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
5151| <a name =" module_rds_sg " ></a > [ rds\_ sg] ( #module\_ rds\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
52- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
52+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
5353
5454## Resources
5555
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module "rds_proxy" {
6161
6262 # Target RDS instance
6363 target_db_instance = true
64- db_instance_identifier = module. rds . db_instance_id
64+ db_instance_identifier = module. rds . db_instance_identifier
6565
6666 tags = local. tags
6767}
@@ -82,7 +82,7 @@ resource "random_password" "password" {
8282
8383module "vpc" {
8484 source = " terraform-aws-modules/vpc/aws"
85- version = " ~> 5 .0"
85+ version = " ~> 6 .0"
8686
8787 name = local. name
8888 cidr = local. vpc_cidr
@@ -97,7 +97,7 @@ module "vpc" {
9797
9898module "rds" {
9999 source = " terraform-aws-modules/rds/aws"
100- version = " ~> 5 .0"
100+ version = " ~> 6 .0"
101101
102102 username = local. db_username
103103 password = local. db_password
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 5 .0"
7+ version = " >= 6 .0"
88 }
99 random = {
1010 source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ An EC2 instance configuration has been provided for use in validating the exampl
3131| Name | Version |
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
34- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0 |
34+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6 .0 |
3535
3636## Providers
3737
3838| Name | Version |
3939| ------| ---------|
40- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0 |
40+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6 .0 |
4141
4242## Modules
4343
4444| Name | Source | Version |
4545| ------| --------| ---------|
46- | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds-aurora/aws | ~ > 8 .0 |
46+ | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds-aurora/aws | ~ > 9 .0 |
4747| <a name =" module_rds_proxy " ></a > [ rds\_ proxy] ( #module\_ rds\_ proxy ) | ../../ | n/a |
4848| <a name =" module_rds_proxy_sg " ></a > [ rds\_ proxy\_ sg] ( #module\_ rds\_ proxy\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
49- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
49+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
5050
5151## Resources
5252
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module "rds_proxy" {
6969
7070module "vpc" {
7171 source = " terraform-aws-modules/vpc/aws"
72- version = " ~> 5 .0"
72+ version = " ~> 6 .0"
7373
7474 name = local. name
7575 cidr = local. vpc_cidr
@@ -84,7 +84,7 @@ module "vpc" {
8484
8585module "rds" {
8686 source = " terraform-aws-modules/rds-aurora/aws"
87- version = " ~> 8 .0"
87+ version = " ~> 9 .0"
8888
8989 name = local. name
9090 engine = " aurora-postgresql"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 5 .0"
7+ version = " >= 6 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ An EC2 instance configuration has been provided for use in validating the exampl
3131| Name | Version |
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
34- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0 |
34+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6 .0 |
3535| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
3636
3737## Providers
3838
3939| Name | Version |
4040| ------| ---------|
41- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0 |
41+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6 .0 |
4242| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
4343
4444## Modules
4545
4646| Name | Source | Version |
4747| ------| --------| ---------|
48- | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds/aws | ~ > 5 .0 |
48+ | <a name =" module_rds " ></a > [ rds] ( #module\_ rds ) | terraform-aws-modules/rds/aws | ~ > 6 .0 |
4949| <a name =" module_rds_proxy " ></a > [ rds\_ proxy] ( #module\_ rds\_ proxy ) | ../../ | n/a |
5050| <a name =" module_rds_proxy_sg " ></a > [ rds\_ proxy\_ sg] ( #module\_ rds\_ proxy\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
5151| <a name =" module_rds_sg " ></a > [ rds\_ sg] ( #module\_ rds\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
52- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
52+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
5353
5454## Resources
5555
You can’t perform that action at this time.
0 commit comments