Skip to content

Commit 75422aa

Browse files
authored
Fix manifest.yaml - Parameter pNISTStandardVersion must be one of AllowedValues (#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]
1 parent 1840778 commit 75422aa

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/easy_setup/customizations_for_aws_control_tower

1 file changed

+1
-1
lines changed

Diff for: aws_sra_examples/easy_setup/customizations_for_aws_control_tower/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ resources:
232232
- parameter_key: pEnableNISTStandard
233233
parameter_value: 'false'
234234
- parameter_key: pNISTStandardVersion
235-
parameter_value: 'false'
235+
parameter_value: '5.0.0'
236236
- parameter_key: pRegionLinkingMode
237237
parameter_value: 'SPECIFIED_REGIONS'
238238

0 commit comments

Comments
 (0)