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
For all other resources provider field is working as expected but only in ldap setting and ldap group we are getting below error.
artifactory={
source ="jfrog/artifactory"
version ="10.1.2"
}
project={
source ="jfrog/project"
version ="1.3.4"
}
xray={
source ="jfrog/xray"
version ="2.1.1"
}
random={
source ="hashicorp/random"
version ="3.5.1"
}
provider"artifactory" {
url=var.artifactory-ha1_urlaccess_token=var.artifactory-ha1_tokencheck_license=false
}
# Configure Artifactory LDAP settingresource"artifactory_ldap_setting""ldap_name" {
provider=artifactory.ha1key="ldap_name"enabled=trueldap_url="ldap://ldap_server_url"user_dn_pattern="uid={0},ou=People"email_attribute="mail"auto_create_user=trueldap_poisoning_protection=trueallow_user_to_access_profile=falsepaging_support_enabled=falsesearch_filter="(uid={0})"search_base="ou=users"search_sub_tree=truemanager_dn=""manager_password=""
}
│ Error: Provider produced inconsistent result after apply││ When applying changes to artifactory_ldap_setting.ldap_name, provider "provider[\"registry.terraform.io/jfrog/artifactory\"].ha1" produced an unexpected new value: Root resource was present, but│ now absent.││ This is a bug in the provider, which should be reported in the provider's own issue tracker.
The text was updated successfully, but these errors were encountered:
For all other resources provider field is working as expected but only in ldap setting and ldap group we are getting below error.
The text was updated successfully, but these errors were encountered: