Skip to content

Commit

Permalink
Update kali TF config with image 2c.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Sep 2, 2023
1 parent 36fe8fd commit 031d23a
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-2b"
image = "kali-disk-image-2c"
size = 22
}
}
Expand Down

0 comments on commit 031d23a

Please sign in to comment.