Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 4076175

Browse files
committed
Corrected syntax in VaultLogGroup
1 parent f2ef11c commit 4076175

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/quickstart-hashicorp-vault.template

+2-3
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,9 @@
300300
"VaultLogGroup": {
301301
"Type": "AWS::Logs::LogGroup",
302302
"Properties": {
303-
"LogGroupName": "Vault-Audit-Logs"
304-
},
303+
"LogGroupName": "Vault-Audit-Logs",
305304
"RetentionInDays": 7
306-
}
305+
}
307306
},
308307
"vaultinstancerole": {
309308
"Type": "AWS::IAM::Role",

0 commit comments

Comments
 (0)