Skip to content

Commit 1433ca9

Browse files
update provider versions (#34)
* update provider versions Update GCP provider to 5.11 and Terraform provider from 1.3.0 to 1.6 Along with updating readme with branding changes * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9213ec commit 1433ca9

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
## Intel® Cloud Optimization Modules for Terraform
5+
## Intel® Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## GCP VM module
1010
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
182182
| Name | Version |
183183
|------|---------|
184184
| <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 |
186186

187187
## Providers
188188

189189
| Name | Version |
190190
|------|---------|
191-
| <a name="provider_google"></a> [google](#provider\_google) | ~> 4.79 |
191+
| <a name="provider_google"></a> [google](#provider\_google) | ~> 5.11 |
192192

193193
## Modules
194194

examples/gcp-linux-fastchat-new-vs-old/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Cloud Optimized Recipe for FastChat
1010

examples/gcp-linux-fastchat-simple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for FastChat
1010

examples/gcp-linux-fastchat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center">
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
4-
# Intel Cloud Optimization Modules for Terraform
4+
# Intel Optimized Cloud Modules for Terraform
55

6-
© Copyright 2022, Intel Corporation
6+
© Copyright 2024, Intel Corporation
77

88
## GCP C3 4th Gen Xeon(codenamed Sapphire Rapids) + Cloud Optimized Recipe for FasChat
99

examples/gcp-linux-stable-diffusion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for Stable Diffusion
1010

examples/gcp-linux-vm-ico-by-densify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel GCP Linux VM on default network using Intel Cloud Optimzier(ICO) by Densify recommendations
1010

examples/gcp-linux-vm-spot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel GCP Spot VM creation on the default network
1010

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
terraform {
2-
required_version = "~> 1.3.0" # see https://releases.hashicorp.com/terraform/
2+
required_version = "~> 1.6" # see https://releases.hashicorp.com/terraform/
33

44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "~> 4.50"
7+
version = "~> 5.11"
88
}
99
}
1010
}

examples/gcp-linux-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2023, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel GCP VM on default network
1010

examples/gcp-rhel-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel Cloud Optimization Modules for Terraform
5+
# Intel Optimized Cloud Modules for Terraform
66

7-
© Copyright 2022, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

99
## Intel Red Hat Enterprise Linux GCP VM Example
1010

0 commit comments

Comments
 (0)