Skip to content

Commit

Permalink
enhance: Bump guest accelerator for Google deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim authored and vdmgolub committed Oct 16, 2022
1 parent 027a835 commit 1fd0a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "google_compute_instance" "instance1" {
}

guest_accelerator {
type = "nvidia-tesla-t4" # <<<<< Try changing this to nvidia-tesla-p4 to compare the costs
type = "nvidia-tesla-p4" # <<<<< Try changing this to nvidia-tesla-p4 to compare the costs
count = 4
}

Expand Down

0 comments on commit 1fd0a9d

Please sign in to comment.