File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
rds_enhanced_monitoring_forwarder Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ resource "aws_iam_policy" "this" {
103
103
dd_api_key_secret_arn = var.dd_api_key_secret_arn
104
104
}
105
105
)
106
+
107
+ tags = var. tags
106
108
}
107
109
108
110
resource "aws_iam_role_policy_attachment" "this" {
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ resource "aws_iam_policy" "this" {
60
60
dd_api_key_secret_arn = var.dd_api_key_secret_arn
61
61
}
62
62
)
63
+
64
+ tags = var. tags
63
65
}
64
66
65
67
resource "aws_iam_role_policy_attachment" "this" {
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ resource "aws_iam_policy" "this" {
69
69
kms_arn = data.aws_kms_key.this[0 ].arn
70
70
}
71
71
)
72
+
73
+ tags = var. tags
72
74
}
73
75
74
76
resource "aws_iam_role_policy_attachment" "this" {
You can’t perform that action at this time.
0 commit comments