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
No diff related to platform_saml_settings but following error on terraform plan :
│ Error: Value Conversion Error
│
│ with platform_saml_settings.keycloak-saml,
│ on artifactory_settings.tf line 19, in resource "platform_saml_settings" "keycloak-saml":
│ 19: resource "platform_saml_settings" "keycloak-saml" {
│
│ An unexpected error was encountered while verifying an attribute value matched its expected type to prevent unexpected behavior or panics.
│ This is always an error in the provider. Please report the following to the provider developer:
│
│ Expected framework type from provider logic: types.SetType[basetypes.StringType] / underlying type: tftypes.Set[tftypes.String]
│ Received framework type from provider logic: types.SetType[!!! MISSING TYPE !!!] / underlying type: tftypes.Set[tftypes.DynamicPseudoType]
│ Path: ldap_group_settings
Requirements for and issue
A description of the bug
A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). If this is not supplied, this issue will likely be closed without any effort expended.
Your version of artifactory (you can curl it at $host/artifactory/api/system/version : 7.84.12
Describe the bug
Updated my existing terraform project from
1.12.0
to1.18.2
No diff related to
platform_saml_settings
but following error onterraform plan
:Requirements for and issue
curl
it at$host/artifactory/api/system/version
: 7.84.12Additional context
The new
ldap_group_settings
feature (https://registry.terraform.io/providers/jfrog/platform/latest/docs/resources/saml_settings#ldap_group_settings-1) seems to only be supported for artifactory >= v7.98 so it shouldn't be usable on my instanceThanks
The text was updated successfully, but these errors were encountered: