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
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-aws-databricks/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

## AWS Databricks

Expand Down Expand Up @@ -86,7 +86,7 @@ More Information regarding deploying Databricks Workspace [Databricks](https://r

| Name | Version |
|------|---------|
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.15.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.31 |
| <a name="requirement_databricks"></a> [databricks](#requirement\_databricks) | ~> 1.14.2 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.4.3 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
Expand All @@ -95,7 +95,7 @@ More Information regarding deploying Databricks Workspace [Databricks](https://r

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.15.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.31 |
| <a name="provider_databricks"></a> [databricks](#provider\_databricks) | ~> 1.14.2 |
| <a name="provider_databricks.workspace"></a> [databricks.workspace](#provider\_databricks.workspace) | ~> 1.14.2 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.4.3 |
Expand Down
4 changes: 2 additions & 2 deletions examples/databricks-workspace-cluster/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-aws-databricks/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 Optimized Databricks Cluster

Expand Down
2 changes: 1 addition & 1 deletion examples/databricks-workspace-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.15.0"
version = "~> 5.31"
}
time = {
source = "hashicorp/time"
Expand Down
4 changes: 2 additions & 2 deletions examples/databricks-workspace-default-config/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-aws-databricks/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

## AWS Databricks

Expand Down
2 changes: 1 addition & 1 deletion examples/databricks-workspace-default-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.15.0"
version = "~> 5.31.0"
}
time = {
source = "hashicorp/time"
Expand Down
4 changes: 2 additions & 2 deletions examples/databricks-workspace-network-config/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-aws-databricks/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

## AWS Databricks

Expand Down
2 changes: 1 addition & 1 deletion examples/databricks-workspace-network-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.15.0"
version = "~> 5.31.0"
}
time = {
source = "hashicorp/time"
Expand Down
4 changes: 2 additions & 2 deletions examples/databricks-workspace-non-default-config/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-aws-databricks/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

## AWS Databricks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.15.0"
version = "~> 5.31.0"
}
time = {
source = "hashicorp/time"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 4.15.0"
version = "~> 5.31"
}
time = {
source = "hashicorp/time"
Expand Down