We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aws_appautoscaling_target
1 parent e61cbb5 commit 7e71ca1Copy full SHA for 7e71ca1
main.tf
@@ -68,6 +68,8 @@ resource "aws_appautoscaling_target" "write_target" {
68
resource_id = "table/${var.dynamodb_table_name}"
69
scalable_dimension = "dynamodb:table:WriteCapacityUnits"
70
service_namespace = "dynamodb"
71
+
72
+ tags = module.this.tags
73
}
74
75
resource "aws_appautoscaling_target" "write_target_index" {
@@ -77,6 +79,8 @@ resource "aws_appautoscaling_target" "write_target_index" {
77
79
resource_id = "table/${var.dynamodb_table_name}/index/${each.key}"
78
80
scalable_dimension = "dynamodb:index:WriteCapacityUnits"
81
82
83
84
85
86
resource "aws_appautoscaling_policy" "write_policy" {
0 commit comments