Update project id.

This commit is contained in:
Otho 2023-01-01 02:51:13 -05:00
parent 009f94a57e
commit ed21838838
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

6
dns.tf
View File

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