cisco-open / terraform-provider-meraki

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

add missing `meraki_networks_alerts_settings` `alerts.filters` options #102

Open zbuchheit opened 1 month ago

zbuchheit commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently the provider only allows for period, threshold, and timeout. While the api has a lot more robust options.

Describe the solution you'd like

Expose the additional fields for the terraform provider to match the API.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Alert Settings API

List of missing options include

obrigg commented 1 month ago

Hi @zbuchheit , The provider was generated based on version 1.44.0 of our API spec, which did not include these parameters yet. This will be resolved in the next provider generation with the latest API spec, which is waiting for approval on our end.

zbuchheit commented 1 month ago

thanks for the update on that @obrigg ! Much appreciated.

zbuchheit commented 6 days ago

@obrigg any update or timeline on when the provider will include this?