File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ module "elasticache_redis" {
33
33
number_cache_clusters = 2
34
34
node_type = "cache.m3.medium"
35
35
36
- subnet_ids = var.subnet_ids
37
- vpc_id = var.vpc_id
36
+ subnet_ids = var.subnet_ids
37
+ vpc_id = var.vpc_id
38
38
source_cidr_blocks = var.source_cidr_blocks
39
39
}
40
40
```
@@ -60,8 +60,8 @@ module "elasticache_redis" {
60
60
family = "redis5.0"
61
61
description = "This is example"
62
62
63
- subnet_ids = var.subnet_ids
64
- vpc_id = var.vpc_id
63
+ subnet_ids = var.subnet_ids
64
+ vpc_id = var.vpc_id
65
65
source_cidr_blocks = var.source_cidr_blocks
66
66
67
67
tags = {
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ module "elasticache_redis" {
16
16
family = " redis5.0"
17
17
description = " This is example"
18
18
19
- subnet_ids = module. vpc . public_subnet_ids
20
- vpc_id = module. vpc . vpc_id
19
+ subnet_ids = module. vpc . public_subnet_ids
20
+ vpc_id = module. vpc . vpc_id
21
21
source_cidr_blocks = [module . vpc . vpc_cidr_block ]
22
22
23
23
tags = {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ module "elasticache_redis" {
4
4
number_cache_clusters = 2
5
5
node_type = " cache.m3.medium"
6
6
7
- subnet_ids = module. vpc . public_subnet_ids
8
- vpc_id = module. vpc . vpc_id
7
+ subnet_ids = module. vpc . public_subnet_ids
8
+ vpc_id = module. vpc . vpc_id
9
9
source_cidr_blocks = [module . vpc . vpc_cidr_block ]
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments