dell / dell-terraform-providers

Terraform providers will provide easy and seamless integration with Dell Infrastructure.
Mozilla Public License 2.0
3 stars 1 forks source link

[BUG]: cluster-side powerscale.AccessZone.AuthProviders updates invisible to terraform #13

Closed petew-nfx closed 7 months ago

petew-nfx commented 9 months ago

Bug Description

State for AccessZoneResource's "custom_providers" is not updated on "terraform refresh" or on "terraform plan", whereas "auth_providers" is updated. This results in cluster-side changes to a AccessZone "auth_providers" being invisible to terraform as "custom_providers" drives plan/apply.

Resource or DataSource Name

AccessZone

Terraform Version

Terraform 1.6.6

OneFS Version

9.4.0.13

go Version

go 1.21.5

Unisphere Version

N/A

Operating System

MacOS Darwin Kernel Version 23.2.0

Steps to Reproduce

Expected Behavior

"terraform plan" and "terraform refresh" should update state with current value of zone "auth_providers" in "custom_providers"

Actual Behavior

"terraform plan" and "terraform refresh" fail to update state with current value of zone "auth_providers" in "custom_providers"

taohe1012 commented 9 months ago

hi @petew-nfx , this issue is similar to the issue - https://github.com/dell/dell-terraform-providers/issues/12 we will solve them together in our plan, and welcome for more further comment, thanks.

forrestxia commented 7 months ago

Close since PR 127 has been merged and released.