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
Describe the bug
In artifactory_permission_target resource [managedXrayMeta](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/permission_target#managedXrayMeta) permission was one of the one supported and during migration to platform_permission this error
╷
│ Error: Invalid Attribute Value Match
│
│ with platform_permission.permissions,
│ on main.tf line 19, in resource "platform_permission" "permissions":
│ 19: resource "platform_permission" "permissions" {
│
│ Attribute
│ artifact.actions.groups[Value({"name":"builders","permissions":["ANNOTATE","MANAGE","MANAGEDXRAYMETA","READ","WRITE"]})].permissions[Value("MANAGEDXRAYMETA")]
│ value must be one of: ["WRITE" "MANAGE" "SCAN" "DELETE" "READ" "ANNOTATE"
│ "EXECUTE"], got: "MANAGEDXRAYMETA"
From Artifactory Permission UI, I can still select Manage Xray Meta
Describe the bug
In
artifactory_permission_target
resource[managedXrayMeta](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/permission_target#managedXrayMeta)
permission was one of the one supported and during migration toplatform_permission
this errorFrom Artifactory Permission UI, I can still select Manage Xray Meta
Expected behavior
Able to create permission with
managedXrayMeta
The text was updated successfully, but these errors were encountered: