mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-07 21:14:11 +02:00
Backport #37424 by @TheFox0x7 fixes: https://github.com/go-gitea/gitea/issues/37423 Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
This commit is contained in:
parent
11f77efea5
commit
2a61284ba5
@ -6,7 +6,7 @@
|
||||
<label>{{svg "octicon-code"}} {{ctx.Locale.Tr "packages.terraform.install"}}</label>
|
||||
<div class="markup"><pre class="code-block"><code>terraform {
|
||||
backend "http" {
|
||||
address = "{{ctx.AppFullLink}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/terraform/state/{{$.PackageDescriptor.Package.Name}}""
|
||||
address = "{{ctx.AppFullLink}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/terraform/state/{{$.PackageDescriptor.Package.Name}}"
|
||||
lock_address = "{{ctx.AppFullLink}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/terraform/state/{{$.PackageDescriptor.Package.Name}}/lock"
|
||||
unlock_address = "{{ctx.AppFullLink}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/terraform/state/{{$.PackageDescriptor.Package.Name}}/lock"
|
||||
lock_method = "POST"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user