meraki_networks_switch_link_aggregations
- no id in delete request path
#149
Labels
meraki_networks_switch_link_aggregations
- no id in delete request path
#149
When trying to delete a switch link aggregation the path is incomplete, the id parameter is missing, even though the id is known to the provider and I made sure to supply the same data in
link_aggregation_id
.Successful curl:
The code that I wrote to supply data to the module:
I also checked using terraform outputs that the data that I was receiving from the data source was correct.
The text was updated successfully, but these errors were encountered: