Skip to content

Commit

Permalink
Update Kali VM with disk image 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Aug 2, 2023
1 parent 8802b42 commit 24be853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/kali.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "google_compute_instance" "kali" {
boot_disk {
initialize_params {
# image = "kali-linux-2023-1-cloud-genericcloud-amd64"
image = "kali-disk-image-1"
image = "kali-disk-image-2"
size = 22
}
}
Expand Down

0 comments on commit 24be853

Please sign in to comment.