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

Commit 9fae4f8

Browse files
authored
Update quickstart-hashicorp-vault.template
Changed naming of Log-Group to be inline with awslogs-config-file, where the log_group name references to Vault-Audit-Logs instead of <Prefix-Stack-Name>-Vault-Audit-Logs
1 parent bb45cf5 commit 9fae4f8

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)