Skip to content

Instantly share code, notes, and snippets.

@scottschreckengaust
Created January 25, 2024 17:37
Show Gist options
  • Save scottschreckengaust/3c97b918f5c0c63483b422314531f2a2 to your computer and use it in GitHub Desktop.
Save scottschreckengaust/3c97b918f5c0c63483b422314531f2a2 to your computer and use it in GitHub Desktop.

Revisions

  1. scottschreckengaust created this gist Jan 25, 2024.
    11 changes: 11 additions & 0 deletions minimum.template
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    ---
    AWSTemplateFormatVersion: "2010-09-09"

    Resources:
    Topic:
    Type: "AWS::SNS::Topic"
    Metadata:
    cfn_nag:
    rules_to_suppress:
    - id: "W47"
    reason: "No KmsMasterKeyId property needed"