File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module "wordpress" {
6
6
source = "AleksaSka/wordpress/aws"
7
7
################### VPC ###########################
8
8
################## Region of landing VPC #################
9
- vpc_regions = "us-east-1"
9
+ vpc_region = "us-east-1"
10
10
################## VPC parameters #################
11
11
vpc_cidr_blk = "10.0.0.0/16"
12
12
public_subnets_cidrs = [
@@ -26,7 +26,7 @@ module "wordpress" {
26
26
]
27
27
################### RDS ###########################
28
28
################## Region of landing RDS #################
29
- rds_regions = "us-east-1"
29
+ rds_region = "us-east-1"
30
30
################## RDS cluster #################
31
31
engine_version = "5.7.mysql_aurora.2.03.2"
32
32
number_of_instanses = 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "wordpress" {
2
2
source = " AleksaSka/wordpress/aws"
3
3
# ################## VPC ###########################
4
4
# ################# Region of landing VPC #################
5
- vpc_regions = " us-east-1"
5
+ vpc_region = " us-east-1"
6
6
# ################# VPC parameters #################
7
7
vpc_cidr_blk = " 10.0.0.0/16"
8
8
public_subnets_cidrs = [
@@ -22,7 +22,7 @@ module "wordpress" {
22
22
]
23
23
# ################## RDS ###########################
24
24
# ################# Region of landing RDS #################
25
- rds_regions = " us-east-1"
25
+ rds_region = " us-east-1"
26
26
# ################# RDS cluster #################
27
27
engine_version = " 5.7.mysql_aurora.2.03.2"
28
28
number_of_instanses = 1
You can’t perform that action at this time.
0 commit comments