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 @@ -13,9 +13,9 @@ resource "aws_vpc_endpoint" "s3" {
13
13
POLICY
14
14
15
15
lifecycle {
16
- ignore_changes = [ policy ]
16
+ ignore_changes = [policy ]
17
17
}
18
-
18
+
19
19
tags = merge (
20
20
var. tags ,
21
21
{
@@ -24,6 +24,6 @@ resource "aws_vpc_endpoint" "s3" {
24
24
},
25
25
)
26
26
27
- depends_on = [ aws_vpc . default ]
27
+ depends_on = [aws_vpc . default ]
28
28
29
29
}
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ resource "aws_route_table_association" "transit" {
57
57
58
58
resource "aws_vpc_endpoint_route_table_association" "transit" {
59
59
count = var. transit_subnet ? 1 : 0
60
- route_table_id = aws_route_table. transit [0 ]. id
60
+ route_table_id = aws_route_table. transit [0 ]. id
61
61
vpc_endpoint_id = aws_vpc_endpoint. s3 . id
62
62
}
You can’t perform that action at this time.
0 commit comments