Skip to content

Commit

Permalink
Update kali TF config with image 2b.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Aug 10, 2023
1 parent 1257c01 commit 137f1ae
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-2"
image = "kali-disk-image-2b"
size = 22
}
}
Expand Down

0 comments on commit 137f1ae

Please sign in to comment.