-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Allow enabling/disabling the 'multi-header' attribute on a lambda target group #7637
Comments
…argument Reference: #7637 Output from acceptance testing: ``` --- PASS: TestAccAWSALBTargetGroup_lambda (13.37s) --- PASS: TestAccAWSALBTargetGroup_missingPortProtocolVpc (17.64s) --- PASS: TestAccAWSALBTargetGroup_namePrefix (23.80s) --- PASS: TestAccAWSALBTargetGroup_generatedName (24.12s) --- PASS: TestAccAWSALBTargetGroup_basic (24.63s) --- PASS: TestAccAWSALBTargetGroup_lambdaMultiValueHeadersEnabled (30.06s) --- PASS: TestAccAWSALBTargetGroup_setAndUpdateSlowStart (39.47s) --- PASS: TestAccAWSALBTargetGroup_tags (40.23s) --- PASS: TestAccAWSALBTargetGroup_changeNameForceNew (41.56s) --- PASS: TestAccAWSALBTargetGroup_changePortForceNew (41.67s) --- PASS: TestAccAWSALBTargetGroup_changeVpcForceNew (43.88s) --- PASS: TestAccAWSALBTargetGroup_updateHealthCheck (46.08s) --- PASS: TestAccAWSALBTargetGroup_changeProtocolForceNew (52.34s) --- PASS: TestAccAWSALBTargetGroup_updateSticknessEnabled (55.45s) ```
Pull request submitted: #7648 |
Support for this new attribute has been merged and will release with version 2.1.0 of the Terraform AWS Provider, likely middle of next week. |
This has been released in version 2.1.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
AWS has the ability to enable this attribute in the console. It appears this is also possible with the following API calls:
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_ModifyTargetGroupAttributes.html
https://docs.aws.amazon.com/sdk-for-go/api/service/elbv2/#ELBV2.ModifyTargetGroupAttributes
New or Affected Resource(s)
aws_lb_target_group
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: