Closed efernando87 closed 2 days ago
Hello, Can you kindly activate the provider debug and share it?
provider "meraki" {
meraki_debug = "true"
}
export TF_LOG="DEBUG"
If we don´t get answer in next 24 hours issue will be closed.
Hi @obrigg
I have attached the debug log on the .txt file from the begining.
Are you referring to other debug log?
You have to enable provider debugging. https://registry.terraform.io/providers/cisco-open/meraki/latest/docs#meraki_debug
Hi @fmunozmiranda ,
the attached terraform meraki debug rf profile.txt was extract while meraki debugging was enabled.
I have done it previously thats why I attached the debug file from the beginning.
is that the wrong debug logs?
Hi @efernando87 sorry for delay, I don´t see the DEBUG, if have it enabled, we must see the API Calls.
Closed due inactivity
Prerequisites
Describe the bug Unable to create new wireless RF profile when we are using band_selection_type set to "ssid" and using per_ssid_settings example code as below
I attached my debug as well
Expected behavior RF profile with per SSID band selection will be able to created smoothly
Screenshots debug attached terraform meraki debug rf profile.txt
Environment (please complete the following information):
Additional context This resource are able to be created if we change the band_selection_type to "ap" like this below example
and somehow it works if the profile was created and we change the band_selection_type to "ssid" using the above resource config