Editing a AWS ELB with certificate ARN apply successfully but 443 listener entry in ELB have ben removed #3785
Labels
bug
Addresses a defect in current functionality.
service/elb
Issues and PRs that pertain to the elb service.
Milestone
This issue was originally opened by @scraly as hashicorp/terraform#17580. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Don't say "apply complete" but display an error mssage telling it's not posible to set a certficate ARN for AWS classic load balancer but only for AWS network load balancer.
Actual Behavior
Apply complete, withut error, good ... but when we check on AWS, Terraform have delete 443 Listener on ELB! (Instead of editing 443 listener with a ssl certificate)
If this feature is not possible for AWS classic load balancer, but only for AWS network load balancer, it should be good to add it in Terraform documentation/website and to not say "success" when we apply it :-).
If Terraform apply is successful, and if we apply it in CI/CD stack, we don't know it's not working really.
Steps to Reproduce
Create a tf file with aws_eb ressouce, then terraform init, plan&apply or just apply and say "ys" in order to really apply the aws elb modifications.
Thanks.
The text was updated successfully, but these errors were encountered: