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
Description: This is just an example, but I want to define roles and permissions as variables and when I try and use those variables inside the resource, it gives me this error. Please note in this example, my type is a list of strings (as defined in docs). If I place the list inside the resource, it works. If the list is defined as a var and i reference the variable, This type of error pops up. This error came up for permissoins, roles, and role_hierarchy.
Error:
│ Error: Value Conversion Error
│
│ with module.propelauth.propelauth_roles_and_permissions.pando,
│ on .terraform/modules/propelauth/propelauth/roles_and_permissions.tf line 121, in resource "propelauth_roles_and_permissions""pando":
│ 121: role_hierarchy = var.roles
│
│ An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the
│ provider developer:
│
│ Received unknown value, however the target type cannot handle unknown values. Use the corresponding `types` package type or a custom type that
│ handles unknown values.
│
│ Path: role_hierarchy
│ Target Type: []basetypes.StringValue
│ Suggested Type: basetypes.ListValue
Resource
propelauth_roles_and_permissions
Description: This is just an example, but I want to define roles and permissions as variables and when I try and use those variables inside the resource, it gives me this error. Please note in this example, my type is a list of strings (as defined in docs). If I place the list inside the resource, it works. If the list is defined as a var and i reference the variable, This type of error pops up. This error came up for permissoins, roles, and role_hierarchy.
Error:
example
var.roles
:The text was updated successfully, but these errors were encountered: