[Enhancement]: Support zonal shift for ALBs #40837
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elbv2
Issues and PRs that pertain to the elbv2 service.
Description
aws_lb
supports zonal shift for NLBs but not ALBs. Per ARC documentation, the same attribute is valid for ALBs and NLBs.Suggest changing:
terraform-provider-aws/internal/service/elbv2/load_balancer.go
Line 773 in eb41f1a
to:
Tests would need to be updated as well. Happy to submit a PR if helpful.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
No change to Terraform configuration or docs are required.
References
See:
https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.app-load-balancers.html#using-alb-zs
https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.network-load-balancers.html#using-nlb-zs
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: