apigatewayv2_integration tls_config attribute not present - cant do Private Integration against HTTPS Listener #13001
Labels
service/apigatewayv2
Issues and PRs that pertain to the apigatewayv2 service.
I am trying to do a Private Integration against HTTPS Listener of Application Load Balancer. In order to do, we need to have the TLS Config parameter available. I see it was added, but then it got removed. Obviously it needs to be brought back in order for the private integrations to work. I tested this in Cloudformation and it works fine.
ffbce32
Terraform Version
Terraform v0.11.2
provider.aws v2.59.0
Affected Resource(s)
aws_apigatewayv2_integration/
https://www.terraform.io/docs/providers/aws/r/apigatewayv2_integration.html
Terraform Configuration Files
Expected Behavior
The API V2 Integration should have been created with Secure Server name in order to connect to HTTPS listener
Actual Behavior
Error: aws_apigatewayv2_integration.example: : invalid or unknown key: tls_config
Steps to Reproduce
1.terraform init
2.terraform apply
References
I see this was added but then removed in this PR:
ffbce32
Obviously doing a private integration against HTTPS listener is not possible without this. I tested this in cloud formation and it seems to work with that attirubute.
The text was updated successfully, but these errors were encountered: