» profitbricks_share
Manages shares and list shares permissions granted to the group members for each shared resource.
» Example Usage
resource "profitbricks_share" "share" {
group_id = "groupId"
resource_id = "resourceId"
edit_privilege = true
share_privilege = false
}
» Argument reference
-
edit_privilege
- (Required)[Boolean] The group has permission to edit privileges on this resource. -
group_id
- (Required)[string] The ID of the specific group containing the resource to update. -
resource_id
- (Required)[string] The ID of the specific resource to update. -
share_privilege
- (Required)[Boolean] The group has permission to share this resource.