Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonhe committed Aug 9, 2024
1 parent efc5841 commit 7dbe4a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/digitalocean-droplets/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ variable "do_token" {

variable "vm_name" {
description = "Name of the Droplet"
type = string
}

variable "region" {
description = "DigitalOcean region"
type = string
}

variable "size" {
description = "Droplet size"
type = string
}

variable "user" {
description = "user name"
type = string
}

variable "caddy" {
description = "Whether to use Caddy or not, leave empty to disable"
type = string
}

0 comments on commit 7dbe4a6

Please sign in to comment.