Group - Tag all the groupsΒΆ

The following example policy will tag all the groups in the tenancy

policies:
- name: tag-group
  description: |
    Tag all the groups in the tenancy
  resource: oci.group
  actions:
   - type: update
     freeform_tags:
        TagName : TagValue