-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
Terraform export only generates roles and resource sets but missing the actual permitio_condition_set_rule
resources that represent checked permissions in the policy matrix.
Expected Output
Should include rules like:
resource "permitio_condition_set_rule" "allow_member_to_make_changes_in_region" {
user_set = "member"
resource_set = "No_approval_In_Region_Change"
permission = "change:make"
depends_on = [permitio_role.member, permitio_resource_set.No_approval_In_Region_Change]
}
Impact
Policy exports are incomplete and cannot be properly imported.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working