We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6002a01 commit b0f1d7cCopy full SHA for b0f1d7c
providers.tf
@@ -1,7 +1,7 @@
1
terraform {
2
required_providers {
3
linode = {
4
- source = "linode/linode"
+ source = "linode/linode"
5
# version = "..."
6
}
7
variables.tf
@@ -1,5 +1,5 @@
variable "token" {
- sensitive = true
- type = string
+ sensitive = true
+ type = string
description = "Linode API Token"
0 commit comments