File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
220
220
221
221
| Name | Version |
222
222
| ------| ---------|
223
- | aws | ~ > 2.34 |
223
+ | aws | ~ > 2.53 |
224
224
225
225
## Inputs
226
226
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
2
2
required_version = " ~> 0.12.6"
3
3
4
4
required_providers {
5
- aws = " ~> 2.34 "
5
+ aws = " ~> 2.53 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ resource "aws_flow_log" "this" {
21
21
iam_role_arn = local. flow_log_iam_role_arn
22
22
traffic_type = var. flow_log_traffic_type
23
23
vpc_id = local. vpc_id
24
+
25
+ tags = merge (var. tags , var. vpc_flow_log_tags )
24
26
}
25
27
26
28
# ####################
You can’t perform that action at this time.
0 commit comments