aws-cloudformation / aws-cloudformation/iac-model-evaluation
Missing required properties in cloudformation/ssm-patchbaseline
- Dominant language
- HCL
- Stars
- 11
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/aws-cloudformation/iac-model-evaluation/blob/0fc13f985eeb35c667e4536c474511d643e02f31/cloudformation/ssm-patchbaseline.yaml#L36
https://github.com/aws-cloudformation/iac-model-evaluation/blob/0fc13f985eeb35c667e4536c474511d643e02f31/cloudformation/ssm-patchbaseline.yaml#L9
```
E3003 'Name' is a required property
cloudformation/ssm-patchbaseline.yaml:11:5
E3003 'Name' is a required property
cloudformation/ssm-patchbaseline.yaml:38:5
```
CloudFormation error
```
Properties validation failed for resource PatchBaseLineWindows2019 with message: #: required key [Name] not found
Properties validation failed for resource PatchBaselineAmazonLinux2 with message: #: required key [Name] not found
```
Contributor guide
Research direction
Inspect cloudformation/ssm-patchbaseline.yaml at the referenced lines 9 and 36, using the E3003 messages as the starting point. Confirm the affected resources satisfy the required-property validation and rerun the CloudFormation validation that produced the reported errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100