Creates and manages group objects.
Manages Groups and Group Privileges on IonosCloud.
name
- (Required) [string] A name for the group.
create_datacenter
- (Optional) [Boolean] The group will be allowed to create virtual data centers.
create_snapshot
- (Optional) [Boolean] The group will be allowed to create snapshots.
reserve_ip
- (Optional) [Boolean] The group will be allowed to reserve IP addresses.
access_activity_log
- (Optional) [Boolean] The group will be allowed to access the activity log.
create_pcc
- (Optional) [Boolean] The group will be allowed to create Cross Connects privilege.
s3_privilege
- (Optional) [Boolean] The group will have S3 privilege.
create_backup_unit
- (Optional) [Boolean] The group will be allowed to create backup unit privilege.
create_internet_access
- (Optional) [Boolean] The group will be allowed to create internet access privilege.
create_k8s_cluster
- (Optional) [Boolean] The group will be allowed to create kubernetes cluster privilege.
create_flow_log
- (Optional) [Boolean] The group will be allowed to create flow log.
access_and_manage_monitoring
- (Optional) [Boolean] The group will be allowed to access and manage monitoring.
access_and_manage_certificates
- (Optional) [Boolean] The group will be allowed to access and manage certificates.
manage_dbaas
- (Optional) [Boolean] Privilege for a group to manage DBaaS related functionality.
user_ids
- (Optional) [list] A list of users to add to the group.
user_id
- (Optional) [string] The ID of the specific user to add to the group. Please use user_ids argument since this is DEPRECATED
users
- (Computed) List of users - See the User section
NOTE: user_id/user_ids field cannot be used at the same time with group_ids field in user resource. Trying to add the same user to the same group in both ways in the same plan will result in a cyclic dependency error.
Resource Group can be imported using the resource id
, e.g.
If you are upgrading to v6.2.0: You have to modify you plan for user_ids to match the new structure, by renaming the field old field, user_id, to user_ids and put the old value into an array. This is not backwards compatible.