mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-21 22:25:08 +00:00
Update project id.
This commit is contained in:
parent
009f94a57e
commit
ed21838838
6
dns.tf
6
dns.tf
@ -7,9 +7,9 @@ terraform {
|
||||
}
|
||||
|
||||
backend "http" {
|
||||
address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd"
|
||||
lock_address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd/lock"
|
||||
unlock_address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd/lock"
|
||||
address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd"
|
||||
lock_address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd/lock"
|
||||
unlock_address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd/lock"
|
||||
lock_method = "POST"
|
||||
unlock_method = "DELETE"
|
||||
retry_wait_min = 5
|
||||
|
Loading…
Reference in New Issue
Block a user