Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_lb_target_group: Adds plan- and apply-time validation and corrects documentation #34488

Merged
merged 12 commits into from
Nov 22, 2023
3 changes: 3 additions & 0 deletions .changelog/34488.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_lb_target_group: Adds plan- and apply-time validation for invalid parameter combinations
```
10 changes: 10 additions & 0 deletions internal/service/elbv2/export_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package elbv2

// Exports for use in tests only.
var (
HealthCheckProtocolEnumValues = healthCheckProtocolEnumValues
ProtocolVersionEnumValues = protocolVersionEnumValues
)
Loading
Loading