mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 09:18:26 +00:00
Local locking with BoltDB or remote with DynamoDB
This commit is contained in:
@@ -47,10 +47,10 @@ var (
|
||||
text: "```diff\n" +
|
||||
"{{.TerraformOutput}}\n" +
|
||||
"```\n\n" +
|
||||
"* To **discard** this plan click [here]({{.DiscardPlanLink}}).",
|
||||
"* To **discard** this plan click [here]({{.LockURL}}).",
|
||||
}
|
||||
RunLockedFailureTmpl *CompiledTemplate = &CompiledTemplate{
|
||||
text: "This plan is currently locked by {{.LockingPullLink}}\n" +
|
||||
text: "This plan is currently locked by #{{.LockingPullID}}\n" +
|
||||
"The locking plan must be applied or discarded before future plans can execute.",
|
||||
}
|
||||
TerraformFailureTmpl *CompiledTemplate = &CompiledTemplate{
|
||||
|
||||
Reference in New Issue
Block a user