goldyfruit / goldyfruit.ibmcloud_automation / 1.0.4 / module / ic_resource_group Manage VPC resource groups on IBM Cloud. | "added in version" 2.9 of goldyfruit.ibmcloud_automation" Authors: Gaëtan Trellu (@goldyfruit) preview | supported by communitygoldyfruit.ibmcloud_automation.ic_resource_group (1.0.4) — module
Install with ansible-galaxy collection install goldyfruit.ibmcloud_automation:==1.0.4
collections: - name: goldyfruit.ibmcloud_automation version: 1.0.4
This module creates a new resource group in an account.
- name: Create resource group ic_resource_group: group: ibmcloud-resource-group-new-baby account_id: 9aa205e454574e8484b3ca8c2ff33d83
- name: Delete resource group ic_resource_group: group: ibmcloud-resource-group-new-baby account_id: 9aa205e454574e8484b3ca8c2ff33d83 state: absent
group: description: - The new name of the resource group. required: true type: str state: choices: - present - absent default: present description: - Should the resource be present or absent. type: str account_id: description: - The account id of the resource group. required: true type: str