diff options
Diffstat (limited to 'config/has_config.yaml')
-rw-r--r-- | config/has_config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/has_config.yaml b/config/has_config.yaml index 9200daf..cf8a80c 100644 --- a/config/has_config.yaml +++ b/config/has_config.yaml @@ -18,9 +18,9 @@ policy_config_mapping: model-version-id: modelVersionId candidates: # for (k1, v1), if k1 is in demand, set prop[k2] = _get_candidates(demand[k1]) - exclusionCandidateInfo: excluded_candidates, - requiredCandidateInfo: required_candidates + excludedCandidates: excluded_candidates, + requiredCandidates: required_candidates extra_fields: # we have [k1, k2, k3, k4] type items and x is policy-content-properties # if x[k1] == k2: set prop[k3] = k4 - - [inventoryType, cloud, region, {get_param: CHOSEN_REGION}]
\ No newline at end of file + - [inventoryType, cloud, region, {get_param: CHOSEN_REGION}] |