-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.6-beta breaks custom_attributes in the "endpoint" resource #108
Comments
Hi @rfc1149 could you please retry it with last version of ISE provider and update us if bug still there? |
If we don´t get answer, this issue will be closed in next 24 hours. |
Hi sorry I am on holiday and hadn't been checking this issue super closely since it has been so long since I opened it. I will give it a try next week! |
Thank you for your answer, we will wait your tests. |
I'm still seeing the same issue on v0.8.1-beta |
@rfc1149 could you please pass us debug of provider? |
Unfortunately that's a bit tricky in my environment, is the information in the original post insufficient for a reproduction of the issue? |
Upon upgrading my provider version to v0.6.6-beta or later, I'm receiving an error that looks like this:
my terraform code works just fine on v0.6.5-beta or earlier, it's a very straightforward resource definition:
I believe that the root cause here is that 0.6.6-beta changed this line to be a TypeString instead of a map:
terraform-provider-ciscoise/ciscoise/resource_endpoint.go
Line 209 in adf2efe
Indeed, if we look at the data source for this same thing, we see that it's listed as a TypeMap:
terraform-provider-ciscoise/ciscoise/data_source_endpoint.go
Line 142 in 48388aa
We can see that it was changed in the 0.6.6-beta commit based on the git blame, and it shows here:
48388aa#diff-6b7a14e67c9c08afade28f67ddd6a9c6efe8dac58b19e70ba61e2f326010129f
Could we get this reverted back to a map?
The text was updated successfully, but these errors were encountered: