Title
s

stocky-spoon-28903

08/07/2018, 12:15 AM
I think
aws.elasticloadbalancingv2.Listener
is missing a
MaxItemsOne: boolRef(true)
on the
defaultActions
property
w

white-balloon-205

08/07/2018, 12:20 AM
Yes - looks like it. We'd also love to upstream fixes to
terraform-provider-aws
to add these annotations!
s

stocky-spoon-28903

08/07/2018, 12:26 AM
I assume there is no negative effect to doing both?
w

white-balloon-205

08/07/2018, 12:28 AM
That's right. We've been adding the manual annotations ourselves to unblock, and have https://github.com/pulumi/terraform-provider-aws/issues/19 tracking bulk upstreaming these (and then removing from our manual overrides)
s

stocky-spoon-28903

08/07/2018, 12:32 AM
If someone wants to open a pull request to the upstream for this I can merge it upstream.
The commit rules mean that if I make the pull request it will have to wait on someone else to review it which these days can take unbounded amounts of time…
w

white-balloon-205

08/07/2018, 1:02 AM
Good to know - thanks! I'll see if we can pull together an initial pass of upstreams for these this week.