Skip to content

Commit b0ba979

Browse files
committed
fix lint
1 parent a12a99d commit b0ba979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/digitalocean-droplets/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "do_token" {
22
description = "DigitalOcean API token"
3-
type = string
4-
sensitive = true
3+
type = string
4+
sensitive = true
55
}
66

77
variable "vm_name" {

modules/render/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88

99
provider "render" {
10-
api_key = var.api_key
10+
api_key = var.api_key
1111
owner_id = var.owner_id
1212
}
1313

0 commit comments

Comments
 (0)