Manages shares and list shares permissions granted to the group members for each shared resource.
resource "profitbricks_share" "share" {
group_id = "groupId"
resource_id = "resourceId"
edit_privilege = true
share_privilege = false
}
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.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_share.html