Skip to content

Commit b10976a

Browse files
authored
Fix property restrictions when using lambda (#4111)
1 parent 0345607 commit b10976a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cfnlint/data/schemas/extensions/aws_elasticloadbalancingv2_targetgroup/targettype_restrictions.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@
3131
},
3232
"then": {
3333
"properties": {
34-
"HealthCheckPath": false,
3534
"HealthCheckPort": false,
3635
"HealthCheckProtocol": false,
37-
"Matcher": false,
3836
"Port": false,
3937
"Protocol": false,
40-
"ProtocolVersion": false
38+
"ProtocolVersion": false,
39+
"VpcId": false
4140
}
4241
}
4342
}

0 commit comments

Comments
 (0)