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" 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