File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ module "search" {
15
15
newbits = 10
16
16
netnum = 16
17
17
azs = ["us-east1"]
18
- rt_id = "rt-adfarwr"
19
18
access_sg_ids = ["sg-rewr4sre"]
20
19
access_cidrs = ["172.168.0.0/26"]
21
20
storage = 25
Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ resource "aws_subnet" "this" {
14
14
tags = " ${ merge (var. tags , map (" Name" , " ${ var . name } ES ${ count . index } " ))} "
15
15
}
16
16
17
- resource "aws_route_table_association" "this" {
18
- count = " ${ length (aws_subnet. this . * . id )} "
19
- subnet_id = " ${ element (aws_subnet. this . * . id , count. index )} "
20
- route_table_id = " ${ var . rt_id } "
21
- }
22
-
23
17
# ---------------------------------------
24
18
# Network ACL DB
25
19
# ---------------------------------------
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ variable "netnum" {
29
29
default = 0
30
30
}
31
31
32
- variable "rt_id" {
33
- description = " Route Table Id to assing to the EFS subnet."
34
- }
35
-
36
32
variable "access_cidrs" {
37
33
description = " A list of Subnets CIDR Blocks to grant access"
38
34
type = " list"
You can’t perform that action at this time.
0 commit comments