diff --git a/deploy/terraform/variables.tf b/deploy/terraform/variables.tf index 187cb81..4624752 100644 --- a/deploy/terraform/variables.tf +++ b/deploy/terraform/variables.tf @@ -1,5 +1,5 @@ variable "metal_api_token" { - description = "Packet user api token" + description = "Equinix Metal user api token" type = string }