Local locking with BoltDB or remote with DynamoDB

This commit is contained in:
Luke Kysow
2017-05-31 00:10:49 -07:00
committed by GitHub
parent 88fc0d0881
commit 4e20cc15a9
27 changed files with 1158 additions and 512 deletions

View File

@@ -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{