Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0d7755d

Browse files
committed
infra: drop dynamodb output
1 parent a2cdf31 commit 0d7755d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

infra/dynamo.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,3 @@ resource "aws_dynamodb_table" "deckdeckgo-test-dynamodb-table-slides" {
2121
}
2222

2323
}
24-
25-
26-
output "dynamo-decks-arn" {
27-
28-
value = "${aws_dynamodb_table.deckdeckgo-test-dynamodb-table.arn}"
29-
30-
}

0 commit comments

Comments
 (0)