Add linode to terraform setup

Let the migration, begin!
This commit is contained in:
Jake Howard
2022-01-08 22:11:34 +00:00
parent 41289ab359
commit 0a13f78d29
3 changed files with 9 additions and 0 deletions

View File

@ -12,5 +12,9 @@ terraform {
source = "hashicorp/aws"
version = "3.8.0"
}
linode = {
source = "linode/linode"
version = "1.25.1"
}
}
}