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.
1 parent 7f2ebb3 commit 6d8c65eCopy full SHA for 6d8c65e
outputs.tf
@@ -13,3 +13,11 @@ output "table_arn" {
13
output "global_secondary_index_names" {
14
value = ["${null_resource.global_secondary_indexes.*.triggers.name}"]
15
}
16
+
17
+output "table_stream_arn" {
18
+ value = "${aws_dynamodb_table.default.stream_arn}"
19
+}
20
21
+output "table_stream_label" {
22
+ value = "${aws_dynamodb_table.default.stream_label}"
23
0 commit comments