serverless-tag-resources 1.2.21 → 1.2.23

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
@@ -111,6 +111,7 @@ class TagResourcesServerlessPlugin {
111
111
  "AWS::Glue::SecurityConfiguration",
112
112
  "AWS::Glue::Table",
113
113
  "AWS::KMS::Alias",
114
+ "AWS::Route53::HostedZone",
114
115
  "AWS::Route53::RecordSet",
115
116
  "AWS::Route53::RecordSetGroup",
116
117
  "AWS::Route53::HealthCheck",
@@ -141,6 +142,7 @@ class TagResourcesServerlessPlugin {
141
142
  "AWS::EC2::SubnetRouteTableAssociation",
142
143
  "AWS::EC2::VPCDHCPOptionsAssociation",
143
144
  "AWS::EC2::VPCEndpoint",
145
+ "AWS::EC2::TransitGatewayRoute",
144
146
  "AWS::ApplicationAutoScaling::ScalableTarget",
145
147
  "AWS::ApplicationAutoScaling::ScalingPolicy",
146
148
  "AWS::WAFv2::WebACLAssociation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {