Update terraform backend config (use directly from env)

This commit is contained in:
Tobias Reisinger 2025-04-22 00:42:13 +02:00
parent b3f9c69b93
commit db057670d1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 31 additions and 53 deletions

View file

@ -2,22 +2,6 @@ variable "passphrase" {
sensitive = true
}
variable "backend_access_key" {
sensitive = true
}
variable "backend_secret_key" {
sensitive = true
}
variable "backend_endpoint" {
sensitive = false
}
variable "backend_region" {
sensitive = false
}
variable "backend_bucket" {
sensitive = false
}