From 211e6f8c7bb2f01c7d60dc84c1a1a4a2edfff8e1 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Mon, 9 Oct 2023 10:41:53 -0500 Subject: [PATCH] Update stateful.yml --- cloudformation/stateful.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cloudformation/stateful.yml b/cloudformation/stateful.yml index 46434b1..f3f8c0d 100644 --- a/cloudformation/stateful.yml +++ b/cloudformation/stateful.yml @@ -30,4 +30,7 @@ Resources: KeyType: HASH ProvisionedThroughput: ReadCapacityUnits: 5 - WriteCapacityUnits: 5 \ No newline at end of file + WriteCapacityUnits: 5 +Tags: + - Key: "Project" + Value: "infra-resume-book"