Skip to content

Commit

Permalink
Remove the old instance data
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzeY authored Nov 18, 2023
1 parent d01ec51 commit 5b8641d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ resource "vultr_ssh_key" "personal" {
ssh_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0c3l5L+HP1YKTfR7q0SG1lPLTon6PfFZHrjpplTbll [email protected]"
}

data "vultr_instance" "current" {
filter {
name = "label"
values = ["fozzey.ru-old"]
}
}

data "vultr_os" "openbsd-74" {
filter {
name = "name"
Expand Down

0 comments on commit 5b8641d

Please sign in to comment.