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,5 +12,9 @@ terraform {
|
||||
source = "hashicorp/aws"
|
||||
version = "3.8.0"
|
||||
}
|
||||
linode = {
|
||||
source = "linode/linode"
|
||||
version = "1.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user