mirror of
https://asciireactor.com/otho/industry-website.git
synced 2024-11-22 08:15:06 +00:00
Added http terraform backend.
This commit is contained in:
parent
1a1248a1dc
commit
25465f249e
8
main.tf
8
main.tf
@ -34,9 +34,13 @@ terraform {
|
||||
}
|
||||
|
||||
backend "http" {
|
||||
|
||||
address = "https://asciireactor.com/api/v4/projects/101//terraform/state/app"
|
||||
lock_address = "https://asciireactor.com/api/v4/projects/101//terraform/state/app/lock"
|
||||
unlock_address = "https://asciireactor.com/api/v4/projects/101//terraform/state/app/lock"
|
||||
lock_method = "POST"
|
||||
unlock_method = "DELETE"
|
||||
retry_wait_min = 5
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
provider "namecheap" {
|
||||
|
Loading…
Reference in New Issue
Block a user