Skip to content

Commit 8fadf71

Browse files
committed
Add tags to the SSM parameters used for Splunk subscription
1 parent b7e6236 commit 8fadf71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssm.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ resource "aws_ssm_parameter" "default" {
2525
type = lookup(each.value, "type", "String")
2626
value = lookup(each.value, "value", "*** NO VALUE SET ***")
2727
description = lookup(each.value, "description", "*** NO DESCRIPTION SET ***")
28+
tags = var.tags
2829

2930
lifecycle {
3031
# Never update the value of an existing SSM parameter.

0 commit comments

Comments
 (0)