Skip to content

Commit c573bf0

Browse files
Added note for aws_resource_tags
1 parent 5d63406 commit c573bf0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,15 @@ module "collection-module" {
631631
}
632632
fields = {}
633633
}
634-
aws_resource_tags = {
635-
env = "prod"
636-
}
634+
aws_resource_tags = {
635+
env = "prod"
636+
author = "sumologic"
637+
}
637638
}
638639
```
640+
:::note
641+
aws_resource_tags is a map of tags that will be applied to all AWS resources provisioned through the AWS Observability Solution, except for SAM nested sources, which are not tagged.
642+
:::
639643
640644
**Override Example 2: Override the auto_enable_access_logs parameter**
641645

0 commit comments

Comments
 (0)