terraform { backend "s3" { bucket = "tf-state-qvest-task" key = "terraform.tfstate" region = "eu-central-1" use_lockfile = true } }