cisco-open / terraform-provider-meraki

A Terraform Provider for Cisco Meraki
Mozilla Public License 2.0
15 stars 6 forks source link

resource `meraki_organizations_appliance_vpn_third_party_vpnpeers` fails to create #80

Closed zbuchheit closed 2 months ago

zbuchheit commented 2 months ago

Prerequisites

Describe the bug

When attempting to create a meraki_organizations_appliance_vpn_third_party_vpnpeers resource I get the following error error with operation UpdateOrganizationApplianceVpnThirdPartyVpnpeers When looking at the debug logs it appears the api call it makes has no content. When digging through the provider code it appears this is because it doesn't pass the request data to the api call.

Expected behavior I would expect the provider to create the resource without issue.

Screenshots

Environment (please complete the following information):

Additional context

It appears the provider is missing the request data to be passed to the api at this line

It also appears the Meraki dashboard-api-go library is missing this functionality when looking at the library here.

zbuchheit commented 2 months ago

resolved in the latest release