Share
Creates and manages share objects.
Manages Shares and list shares permissions granted to the group members for each shared resource.
Example Usage
Argument reference
edit_privilege
- (Optional)[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
- (Optional)[Boolean] The group has permission to share this resource.
⚠️ Note: There is a limitation due to which the creation of several shares at the same time leads to an error. To avoid this, parallelism=1
can be used when running terraform apply
command in order to create the resources in a sequential manner. Another solution involves the usage of depends_on
attributes inside the ionoscloud_share
resource to enforce the sequential creation of the shares.
Import
Resource Share can be imported using the resource id
, e.g.
Last updated