Skip to content

Commit

Permalink
Fix manifest.yaml - Parameter pNISTStandardVersion must be one of All…
Browse files Browse the repository at this point in the history
…owedValues (#198)

With this version of the manifest.yaml appears the following error: 

"Parameter 'pNISTStandardVersion' must be one of AllowedValues"

The default value is "false" and the AllowedValues: [5.0.0]
  • Loading branch information
alazaroc authored Jan 4, 2024
1 parent 1840778 commit 75422aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ resources:
- parameter_key: pEnableNISTStandard
parameter_value: 'false'
- parameter_key: pNISTStandardVersion
parameter_value: 'false'
parameter_value: '5.0.0'
- parameter_key: pRegionLinkingMode
parameter_value: 'SPECIFIED_REGIONS'

Expand Down

0 comments on commit 75422aa

Please sign in to comment.