mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-22 06:15: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" {
|
backend "http" {
|
||||||
address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd"
|
address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd"
|
||||||
lock_address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd/lock"
|
lock_address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd/lock"
|
||||||
unlock_address = "https://asciireactor.com/api/v4/projects/132/terraform/state/library-httpd/lock"
|
unlock_address = "https://asciireactor.com/api/v4/projects/133/terraform/state/library-httpd/lock"
|
||||||
lock_method = "POST"
|
lock_method = "POST"
|
||||||
unlock_method = "DELETE"
|
unlock_method = "DELETE"
|
||||||
retry_wait_min = 5
|
retry_wait_min = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user