Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## AWS VM module

Expand Down Expand Up @@ -185,13 +185,13 @@ You will need an active AWS account along with knowledge of how to use the AWS C
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.60 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.31 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.60 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.31 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-ec2-rhel-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Red Hat RHEL VM in Default VPC

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-ec2-rhel-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Linux VM with Capacity Reservation in Default VPC

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Linux VM in Default VPC using Intel Cloud Optimzier by Densify recommendations
<p align="center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
}
}
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Linux VM in Default VPC

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
}
}
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-non-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Linux VM in Non Default VPC

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-non-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60"
version = "~> 5.31"
}
}
}
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-spot-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Spot Linux VM in Default VPC

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-linux-ec2-spot-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60"
version = "~> 5.31"
}
}
}
2 changes: 1 addition & 1 deletion examples/amazon-windows-server-ec2-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## Terraform Intel AWS VM - Windows VM in Default VPC

Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-windows-server-ec2-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60"
version = "~> 5.31"
}
}
}
2 changes: 1 addition & 1 deletion examples/gen-ai-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## AWS M7i EC2 Instance with 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) & Intel® Cloud Optimized Recipe for FastChat and Stable Diffusion

Expand Down
2 changes: 1 addition & 1 deletion examples/gen-ai-demo/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
cloudinit = {
source = "hashicorp/cloudinit"
Expand Down
2 changes: 1 addition & 1 deletion examples/gen-ai-fastchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## AWS M7i EC2 Instance with 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) & Intel® Cloud Optimized Recipe for FastChat

Expand Down
2 changes: 1 addition & 1 deletion examples/gen-ai-fastchat/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
cloudinit = {
source = "hashicorp/cloudinit"
Expand Down
2 changes: 1 addition & 1 deletion examples/gen-ai-stable-diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Intel® Optimized Cloud Modules for Terraform

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

## AWS M7i EC2 Instance with 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) & Intel® Cloud Optimized Recipe for Stable Diffusion

Expand Down
2 changes: 1 addition & 1 deletion examples/gen-ai-stable-diffusion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.60.0"
version = "~> 5.31"
}
cloudinit = {
source = "hashicorp/cloudinit"
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 {
aws = {
source = "hashicorp/aws"
version = "~> 4.60"
version = "~> 5.31"
}
}
}