Skip to content
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

update provider versions #34

Merged
merged 2 commits into from
May 28, 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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

## Intel® Cloud Optimization Modules for Terraform
## Intel® Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

## GCP VM module
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.
Expand Down Expand Up @@ -182,13 +182,13 @@ Note that this example may create resources. Run `terraform destroy` when you do
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.79 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 5.11 |

## Providers

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

## Modules

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-fastchat-new-vs-old/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-fastchat-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-fastchat/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>
# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2022, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-stable-diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm-ico-by-densify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm-spot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

## Intel GCP Spot VM creation on the default network

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm-spot/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.3.0" # see https://releases.hashicorp.com/terraform/
required_version = "~> 1.6" # see https://releases.hashicorp.com/terraform/

required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.50"
version = "~> 5.11"
}
}
}
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

## Intel GCP VM on default network

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-rhel-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

# Intel Cloud Optimization Modules for Terraform
# Intel Optimized Cloud Modules for Terraform

© Copyright 2022, Intel Corporation
© Copyright 2024, Intel Corporation

## Intel Red Hat Enterprise Linux GCP VM Example

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-rhel-vm/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.5.2" # see https://releases.hashicorp.com/terraform/
required_version = "~> 1.6" # see https://releases.hashicorp.com/terraform/

required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.50"
version = "~> 5.11"
}
}
}
4 changes: 2 additions & 2 deletions examples/gcp-windows-vm-ico-by-densify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

## Intel Cloud Optimization Modules for Terraform
## Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

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

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-windows-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/intel/terraform-intel-gcp-vm/blob/main/images/logo-classicblue-800px.png?raw=true" alt="Intel Logo" width="250"/>
</p>

## Intel Cloud Optimization Modules for Terraform
## Intel Optimized Cloud Modules for Terraform

© Copyright 2023, Intel Corporation
© Copyright 2024, Intel Corporation

## Intel GCP VM on default network

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-windows-vm/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.3.0" # see https://releases.hashicorp.com/terraform/
required_version = "~> 1.6" # see https://releases.hashicorp.com/terraform/

required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.50"
version = "~> 5.11"
}
}
}
4 changes: 2 additions & 2 deletions policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="./images/logo-classicblue-800px.png" alt="Intel Logo" width="250"/>
</p>

# Intel® Cloud Optimization Modules for Terraform
# Intel® Optimized Cloud Modules for Terraform

© Copyright 2022, Intel Corporation
© Copyright 2024, Intel Corporation

## GCP VM module

Expand Down
2 changes: 1 addition & 1 deletion 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 = "~> 4.79"
version = "~> 5.11"
}
}
}