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
This guide shows you how to configure tagging to meet the [tagging standard](../Reference/hosting-standards/tagging.md) using infrastructure as code.
4
+
5
+
## Terraform
6
+
7
+
TODO
8
+
9
+
## Serverless Framework
10
+
11
+
In order to add tagging to AWS resources managed by Serverless Framework:
12
+
13
+
1. Install the `serverless-plugin-resource-tagging` Node module, e.g. `npm install serverless-plugin-resource-tagging` or `yarn add serverless-plugin-resource-tagging`.
14
+
2. Add the plugin to the `plugins` list in `serverless.yml` in your project and add the tags under `stackTags`, e.g.:
0 commit comments