Skip to content

Gcp linux vm spot update #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/gcp-linux-vm-spot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-linux-vm-spot/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.11"
version = "~> 6.5"
}
}
}
Loading