Track new linode instance in terraform
The definition is pretty verbose. Apparently it does that if you create it through the UI
This commit is contained in:
@ -12,3 +12,7 @@ provider "cloudflare" {
|
||||
provider "aws" {
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
||||
provider "linode" {
|
||||
token = var.linode_api_token
|
||||
}
|
||||
|
Reference in New Issue
Block a user