meraki.networks.ApplianceVlans
not updating reservedIpRanges
correctly
#100
Labels
awaiting/bridge
The issue cannot be resolved without action in pulumi-terraform-bridge.
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Milestone
Describe what happened
When attempting to update
reservedIpRanges
onmeraki.networks.ApplianceVlans
, only the first object in the array is getting added to the resource. The equivalent works in TF upstream.Sample program
pulumi up
Log output
N/A
Affected Resource(s)
meraki.networks.ApplianceVlans
Output of
pulumi about
Additional context
There is a known limitation where you cannot create an ApplianceVlans resource with reservedIpRanges set during a create. It will just ignore the values for
reservedIpRanges
.It should, however, detect the changes on the resource for those fields during an update. In TF, it will add all three fields in my example during the update, but in Pulumi it only adds the first object in the
reservedIpRanges
array.Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: