Destroy grimes
And the entire Linode integration
This commit is contained in:
@ -1,38 +0,0 @@
|
||||
resource "linode_instance" "grimes" {
|
||||
label = "grimes"
|
||||
region = "eu-central"
|
||||
type = "g6-nanode-1"
|
||||
|
||||
private_ip = true
|
||||
|
||||
config {
|
||||
kernel = "linode/grub2"
|
||||
label = "My Ubuntu 20.04 LTS Disk Profile"
|
||||
|
||||
devices {
|
||||
sda {
|
||||
disk_label = "Ubuntu 20.04 LTS Disk"
|
||||
}
|
||||
|
||||
sdb {
|
||||
disk_label = "512 MB Swap Image"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
disk {
|
||||
filesystem = "ext4"
|
||||
label = "Ubuntu 20.04 LTS Disk"
|
||||
read_only = false
|
||||
size = 25088
|
||||
}
|
||||
disk {
|
||||
filesystem = "swap"
|
||||
label = "512 MB Swap Image"
|
||||
read_only = false
|
||||
size = 512
|
||||
}
|
||||
|
||||
timeouts {}
|
||||
|
||||
}
|
@ -12,7 +12,3 @@ provider "cloudflare" {
|
||||
provider "aws" {
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
||||
provider "linode" {
|
||||
token = var.linode_api_token
|
||||
}
|
||||
|
@ -12,9 +12,5 @@ terraform {
|
||||
source = "hashicorp/aws"
|
||||
version = "3.8.0"
|
||||
}
|
||||
linode = {
|
||||
source = "linode/linode"
|
||||
version = "1.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
variable "vultr_api_key" {}
|
||||
variable "cloudflare_api_key" {}
|
||||
variable "cloudflare_email" {}
|
||||
variable "linode_api_token" {}
|
||||
|
Reference in New Issue
Block a user