Open joekohlsdorf opened 1 week ago
Describe the bug Using the provider like this no longer yields any debug log:
provider "cisco-meraki" { meraki_debug = "true" }
Expected behavior Debug log of API HTTP calls and responses should be shown when this is set to true.
Root cause The corresponding code was recently commented out in PR https://github.com/cisco-open/terraform-provider-meraki/pull/132 See line: https://github.com/cisco-open/terraform-provider-meraki/commit/1df691c6bfb2d085611c38c9eaa51087a5671c79#diff-58d6a027753b50994deb7e11e4a99dde423f35844986019bd9cea5e0c94aba22L146
Since this is a big PR with minimal commit messages it is hard to understand why this was done, it looks like a mistake.
Describe the bug Using the provider like this no longer yields any debug log:
Expected behavior Debug log of API HTTP calls and responses should be shown when this is set to true.
Root cause The corresponding code was recently commented out in PR https://github.com/cisco-open/terraform-provider-meraki/pull/132 See line: https://github.com/cisco-open/terraform-provider-meraki/commit/1df691c6bfb2d085611c38c9eaa51087a5671c79#diff-58d6a027753b50994deb7e11e4a99dde423f35844986019bd9cea5e0c94aba22L146
Since this is a big PR with minimal commit messages it is hard to understand why this was done, it looks like a mistake.