Closed klemmster closed 1 year ago
@klemmster I find the cause and am working on the fix. FYI, due to holiday schedule and vacation times, I won't be able to get this release until Jan next year.
Thank you for looking into it that quickly. Great to hear a fix is already in the making. Enjoy the holiday season :)
@alexhung Thank you for fixing it. Works like a charm now :)
After importing an existing repository layout, when running
terraform plan
I get the following output:I'd expect the name field to be "unchanged", not causing a replacement. If the current config matches the artifactory state, no planned changes should be shown. All the other attributes should show either "changed/unchanged" instead of "add", although this is likely caused by the "replacement". The current behavior makes it a rather scary import action, since terraform plan will show replacements for all repository layouts, even if the terraform defintion matches the state of the artifactory.
I'd appreciate if that could be fixed in the near future.