Skip to content

Commit b0f1d7c

Browse files
author
Florencia Comuzzi
committed
terraform fmt
1 parent 6002a01 commit b0f1d7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
linode = {
4-
source = "linode/linode"
4+
source = "linode/linode"
55
# version = "..."
66
}
77
}

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "token" {
2-
sensitive = true
3-
type = string
2+
sensitive = true
3+
type = string
44
description = "Linode API Token"
55
}

0 commit comments

Comments
 (0)