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 a12a99d commit b0ba979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/digitalocean-droplets/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "do_token" {
description = "DigitalOcean API token"
type = string
sensitive = true
type = string
sensitive = true
}

variable "vm_name" {
Expand Down
2 changes: 1 addition & 1 deletion modules/render/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

provider "render" {
api_key = var.api_key
api_key = var.api_key
owner_id = var.owner_id
}

Expand Down

0 comments on commit b0ba979

Please sign in to comment.