You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform will perform the following actions:
# nexus_security_ldap.dc1 will be updated in-place~ resource "nexus_security_ldap""server1" {
+ group_type = "dynamic"
id = "server1"
name = "server1"# (19 unchanged attributes hidden)
}
Expected Behaviour
Terraform should not detect any changes, as this filed already exist but in uppercase
Is there an existing issue for this?
Community Note
Terraform Version
1.6.1
Nexus Provider Version
1.22
Nexus Version
OSS 3.59.0-01
Affected Resource(s)/Data Source(s)
nexus_security_ldap
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Terraform should not detect any changes, as this filed already exist but in uppercase
As far as I can see, provider passes either "dynamic" or "static" value which is different from what the NEXUS's API returns.
Also this commented line https://github.com/datadrivers/terraform-provider-nexus/blob/main/internal/services/security/resource_security_ldap.go#L253C4-L253C4 tells us that group type is not returned. Since this change is from 3 years ago, I think it should be uncomented
Actual Behaviour
No response
Steps to Reproduce
terraform apply
References
https://github.com/datadrivers/terraform-provider-nexus/blob/main/internal/services/security/resource_security_ldap.go#L88
The text was updated successfully, but these errors were encountered: