serverless-tag-resources 1.2.41 → 1.2.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -92,6 +92,7 @@ class TagResourcesServerlessPlugin {
92
92
  "AWS::ElasticLoadBalancingV2::Listener",
93
93
  "AWS::ElasticLoadBalancingV2::ListenerRule",
94
94
  "AWS::EC2::SecurityGroupEgress",
95
+ "AWS::ECS::PrimaryTaskSet",
95
96
  "AWS::Events::Rule",
96
97
  "AWS::Events::EventBus",
97
98
  "AWS::Events::EventBusPolicy",
@@ -175,6 +176,7 @@ class TagResourcesServerlessPlugin {
175
176
  "AWS::Pinpoint::GCMChannel",
176
177
  "AWS::Pinpoint::SMSChannel",
177
178
  "AWS::Pinpoint::VoiceChannel",
179
+ "AWS::Pipes::Pipe",
178
180
  "AWS::QLDB::Ledger",
179
181
  "AWS::Scheduler::Schedule",
180
182
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.41",
3
+ "version": "1.2.43",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {