diff --git a/infra/terraform/test-fleet/variables.tf b/infra/terraform/test-fleet/variables.tf index fed5624..88ab54f 100644 --- a/infra/terraform/test-fleet/variables.tf +++ b/infra/terraform/test-fleet/variables.tf @@ -91,5 +91,5 @@ variable "remote_user" { variable "do_project" { description = "DigitalOcean project name to group fleet resources under." type = string - default = "cocotte:dev" + default = "cocotte" }