birchb1024 / terraform-provider-universe

A generic Terraform Provider with which you can code dynamic providers in any scripting language.
Mozilla Public License 2.0
14 stars 2 forks source link

Computed fields which are also in the configuration are conflicting and always appear in plan #3

Closed birchb1024 closed 4 years ago

birchb1024 commented 4 years ago

TF cannot ignore the 'computed' fields because they are also in the configuration. Design needs change so that fields can be given in a configuration and get a different value back from the resource.

This happens with a resource 'NetIQ REST Driver' which when give grouptype = code comes back with a different value in the API GET.