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

Commit f2ef11c

Browse files
authored
Merge pull request #4 from tecracer-fgr/patch-2
Update quickstart-hashicorp-vault.template
2 parents 6f0a6c3 + 9fae4f8 commit f2ef11c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

templates/quickstart-hashicorp-vault.template

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -300,16 +300,7 @@
300300
"VaultLogGroup": {
301301
"Type": "AWS::Logs::LogGroup",
302302
"Properties": {
303-
"LogGroupName": {
304-
"Fn::Join": [
305-
"-",
306-
[
307-
{
308-
"Ref": "AWS::StackName"
309-
},
310-
"Vault-Audit-Logs"
311-
]
312-
]
303+
"LogGroupName": "Vault-Audit-Logs"
313304
},
314305
"RetentionInDays": 7
315306
}
@@ -872,4 +863,4 @@
872863
}
873864
}
874865
}
875-
}
866+
}

0 commit comments

Comments
 (0)