magodo/terraform-provider-restful

Import: Should also input `create_method` as it O+C

Closed this issue · 1 comments

Import: Should also input create_method as it O+C. Otherwise, if the provider level doesn't has create_method defined, there is no way for the read to indentify the create method, which in turns affect correctly setting the path in the read.

Implemented in b866a96