You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
The UpdateReplacePolicy parameter should allow me to set the policy to Retain, Delete, or Snapshot. The resulting template file should pass CFN-Lint tests.
The UpdateReplacePolicy is incorrectly nested under Parameters which is not consistent with the AWS documentation:
## 2.12.0 - 2020-05-03
* [Issue #74](#74)
* Fixed: `UpdateReplacePolicy` was incorrectly nested under the Resource Properties, not top-level next to `DeletionPolicy`.
* [Issue #75](#75)
* Added: Support for `ResourcesToImport` declaration on changes sets with `New-VSChangeSet`
* Added: New helper function `Add-VSChangeSetResourceToImport` to create the `ResourceToImport` object needed as the value of the `ResourcesToImport` parameter on `New-VSChangeSet`
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The UpdateReplacePolicy parameter should allow me to set the policy to Retain, Delete, or Snapshot. The resulting template file should pass CFN-Lint tests.
The UpdateReplacePolicy is incorrectly nested under Parameters which is not consistent with the AWS documentation:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html
Steps to reproduce
Expected output
Actual output
The text was updated successfully, but these errors were encountered: