Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarMalka authored Sep 10, 2023
1 parent 4779d0b commit 6ab01c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ provider "google" {

}

resource "google_compute_instance" "google-i128" {
name = "gcp-test-test2"
machine_type = "n2-standard-8"
resource "google_compute_instance" "google-e4" {
name = "gcp-test-e4"
machine_type = "e2-highcpu-4"

boot_disk {
initialize_params {
Expand Down

0 comments on commit 6ab01c1

Please sign in to comment.