aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/asdc/feature_group.template
blob: 3d87b047379e2a8f8c69023607525baa624a776d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "${feature_group_name}",
  "description": "vendor feature group",
  "partNumber": "123abc456",
  "addedLicenseKeyGroupsIds": [
    "${key_group_id}"
  ],
  "addedEntitlementPoolsIds": [
    "${entitlement_pool_id}"
  ]
}