File tree Expand file tree Collapse file tree 15 files changed +31
-31
lines changed
gcp-linux-fastchat-new-vs-old
gcp-linux-fastchat-simple
gcp-linux-stable-diffusion
gcp-linux-vm-ico-by-densify
gcp-windows-vm-ico-by-densify Expand file tree Collapse file tree 15 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- ## Intel® Cloud Optimization Modules for Terraform
5
+ ## Intel® Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## GCP VM module
10
10
This module provides the functionality to ensure that you are utilizing Intel's latest generation processor in the creation of a virtual machine in GCP.
@@ -182,13 +182,13 @@ Note that this example may create resources. Run `terraform destroy` when you do
182
182
| Name | Version |
183
183
| ------| ---------|
184
184
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6 |
185
- | <a name =" requirement_google " ></a > [ google] ( #requirement\_ google ) | ~ > 4.79 |
185
+ | <a name =" requirement_google " ></a > [ google] ( #requirement\_ google ) | ~ > 5.11 |
186
186
187
187
## Providers
188
188
189
189
| Name | Version |
190
190
| ------| ---------|
191
- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | ~ > 4.79 |
191
+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | ~ > 5.11 |
192
192
193
193
## Modules
194
194
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Cloud Optimized Recipe for FastChat
10
10
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for FastChat
10
10
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
- # Intel Cloud Optimization Modules for Terraform
4
+ # Intel Optimized Cloud Modules for Terraform
5
5
6
- © Copyright 2022 , Intel Corporation
6
+ © Copyright 2024 , Intel Corporation
7
7
8
8
## GCP C3 4th Gen Xeon(codenamed Sapphire Rapids) + Cloud Optimized Recipe for FasChat
9
9
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for Stable Diffusion
10
10
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## Intel GCP Linux VM on default network using Intel Cloud Optimzier(ICO) by Densify recommendations
10
10
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## Intel GCP Spot VM creation on the default network
10
10
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " ~> 1.3.0 " # see https://releases.hashicorp.com/terraform/
2
+ required_version = " ~> 1.6 " # see https://releases.hashicorp.com/terraform/
3
3
4
4
required_providers {
5
5
google = {
6
6
source = " hashicorp/google"
7
- version = " ~> 4.50 "
7
+ version = " ~> 5.11 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2023 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## Intel GCP VM on default network
10
10
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true " alt =" Intel Logo " width =" 250 " />
3
3
</p >
4
4
5
- # Intel Cloud Optimization Modules for Terraform
5
+ # Intel Optimized Cloud Modules for Terraform
6
6
7
- © Copyright 2022 , Intel Corporation
7
+ © Copyright 2024 , Intel Corporation
8
8
9
9
## Intel Red Hat Enterprise Linux GCP VM Example
10
10
You can’t perform that action at this time.
0 commit comments