sparse-intern-71089
03/26/2021, 2:49 PMcool-fireman-90027
03/26/2021, 4:22 PMzone_id=my_zone
? You would have to set this from the zone_id output from the elb. https://www.pulumi.com/docs/reference/pkg/aws/elb/loadbalancer/#zone_id_python
something like:
zone_id=myelb.zone_id
where
myelb=aws.elb.LoadBalancer("main"...)
billions-yak-67755
03/27/2021, 3:42 AM