From af518bb9fc1811d94b1fab6c535f96d6ee3be9c0 Mon Sep 17 00:00:00 2001 From: Zunaira Ahmad Date: Tue, 15 Oct 2024 07:44:10 -0700 Subject: [PATCH 1/2] Update main.tf Updated from 4th Gen to 5th Gen SPR --- examples/gcp-linux-vm-spot/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gcp-linux-vm-spot/main.tf b/examples/gcp-linux-vm-spot/main.tf index ef6a99d..152884b 100644 --- a/examples/gcp-linux-vm-spot/main.tf +++ b/examples/gcp-linux-vm-spot/main.tf @@ -6,7 +6,7 @@ # | | | | | || __/ | # |_|_| |_|\__\___|_| # -------------------------------------------------------- -# Provision GCP Xeon 4th Generation Scalable processors (code-named Sapphire Rapids) VM +# Provision GCP Xeon 5th Generation Scalable processors (code-named Emerald Rapids) VM # You will need to provide value of the variable project, which is your GCP project id when you do terraform apply module "spot_vm" { source = "intel/gcp-vm/intel" From d55a57fdd45c39a54f737dfac6c1e38b190ffb98 Mon Sep 17 00:00:00 2001 From: Zunaira Ahmad Date: Mon, 21 Oct 2024 12:59:09 -0700 Subject: [PATCH 2/2] Update versions.tf --- examples/gcp-linux-vm-spot/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gcp-linux-vm-spot/versions.tf b/examples/gcp-linux-vm-spot/versions.tf index f7a50b4..7f23f00 100644 --- a/examples/gcp-linux-vm-spot/versions.tf +++ b/examples/gcp-linux-vm-spot/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.11" + version = "~> 6.5" } } } \ No newline at end of file