cisco-en-programmability / terraform-provider-dnacenter

https://registry.terraform.io/providers/cisco-en-programmability/dnacenter/latest/docs
MIT License
14 stars 12 forks source link

Multiple SSIDs in dnacenter_wireless_profile resource #123

Closed mschedrin closed 1 year ago

mschedrin commented 1 year ago

Prerequisites

Describe the bug Accodring to dnacenter_wireless_profile resource documentation only single block of ssid_details {} is supported, however DNAC API supports multiple ssid_details(array of ssid_details) and this is valid DNAC configuration.

image

https://developer.cisco.com/docs/dna-center/#!cisco-dna-center-2-3-3-api-api-wireless-create-wireless-profile

Expected behavior The resource should support multiple SSIDs to be attached to wireless profile.

Screenshots

image

Environment (please complete the following information):

Additional context I have tried several variants but none of them worked. Here is one of my attempts:

image image
fmunozmiranda commented 1 year ago

Hi @mschedrin could you please try it again with new provider version (1.0.16-beta) and update us if it works.

mschedrin commented 1 year ago

Thank you, it works.