Terraform: imported main (7004701) + tools (7076013) into state, destroyed mon (7076015, 188.225.79.34). State: No changes. S3: fix endpoint s3.timeweb.cloud → s3.twcstorage.ru (actual Timeweb endpoint), remove AWS_S3_ACL=private (Timeweb doesn't support per-object ACLs — was causing Outline upload failures). Vault: added vault_timeweb_token. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
115 B
HCL
5 lines
115 B
HCL
variable "timeweb_token" {
|
|
description = "Timeweb Cloud API token"
|
|
type = string
|
|
sensitive = true
|
|
}
|