From c0b0aa8350e2ba27b187c0820507eee8c48e5c96 Mon Sep 17 00:00:00 2001 From: kevinbleckmann <123095645+kevinbleckmann@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:34:14 -0800 Subject: [PATCH 1/4] updating readme updated year, and branding --- README.md | 4 ++-- examples/databricks-workspace-cluster/README.md | 4 ++-- examples/databricks-workspace-default-config/README.md | 4 ++-- examples/databricks-workspace-network-config/README.md | 4 ++-- examples/databricks-workspace-non-default-config/README.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 693484b..95dc4a0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Intel Logo

-# Intel Cloud Optimization Modules for Terraform +# Intel Optimized Cloud Modules for Terraform -© Copyright 2022, Intel Corporation +© Copyright 2024, Intel Corporation ## AWS Databricks diff --git a/examples/databricks-workspace-cluster/README.md b/examples/databricks-workspace-cluster/README.md index 5585dd4..dc42098 100644 --- a/examples/databricks-workspace-cluster/README.md +++ b/examples/databricks-workspace-cluster/README.md @@ -2,9 +2,9 @@ Intel Logo

-# Intel Cloud Optimization Modules for Terraform +# Intel Optimized Cloud Modules for Terraform -© Copyright 2022, Intel Corporation +© Copyright 2024, Intel Corporation ## Intel Optimized Databricks Cluster diff --git a/examples/databricks-workspace-default-config/README.md b/examples/databricks-workspace-default-config/README.md index 9a202af..5378f41 100644 --- a/examples/databricks-workspace-default-config/README.md +++ b/examples/databricks-workspace-default-config/README.md @@ -2,9 +2,9 @@ Intel Logo

-# Intel Cloud Optimization Modules for Terraform +# Intel Optimized Cloud Modules for Terraform -© Copyright 2022, Intel Corporation +© Copyright 2024, Intel Corporation ## AWS Databricks diff --git a/examples/databricks-workspace-network-config/README.md b/examples/databricks-workspace-network-config/README.md index 14f970d..cf741fa 100644 --- a/examples/databricks-workspace-network-config/README.md +++ b/examples/databricks-workspace-network-config/README.md @@ -2,9 +2,9 @@ Intel Logo

-# Intel Cloud Optimization Modules for Terraform +# Intel Optimized Cloud Modules for Terraform -© Copyright 2022, Intel Corporation +© Copyright 2024, Intel Corporation ## AWS Databricks diff --git a/examples/databricks-workspace-non-default-config/README.md b/examples/databricks-workspace-non-default-config/README.md index 4e51def..889dc81 100644 --- a/examples/databricks-workspace-non-default-config/README.md +++ b/examples/databricks-workspace-non-default-config/README.md @@ -2,9 +2,9 @@ Intel Logo

-# Intel Cloud Optimization Modules for Terraform +# Intel Optimized Cloud Modules for Terraform -© Copyright 2022, Intel Corporation +© Copyright 2024, Intel Corporation ## AWS Databricks From 5c9e48ddbfebb4cbc37e09fec7a63676b87ec3e0 Mon Sep 17 00:00:00 2001 From: kevinbleckmann <123095645+kevinbleckmann@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:39:21 -0800 Subject: [PATCH 2/4] Update provider version Update AWS provider version and fix OCM branding names. --- examples/databricks-workspace-cluster/README.md | 2 +- examples/databricks-workspace-cluster/versions.tf | 2 +- examples/databricks-workspace-default-config/README.md | 2 +- examples/databricks-workspace-default-config/versions.tf | 2 +- examples/databricks-workspace-network-config/README.md | 2 +- examples/databricks-workspace-network-config/versions.tf | 2 +- examples/databricks-workspace-non-default-config/README.md | 2 +- examples/databricks-workspace-non-default-config/versions.tf | 2 +- versions.tf | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/databricks-workspace-cluster/README.md b/examples/databricks-workspace-cluster/README.md index dc42098..f47ef69 100644 --- a/examples/databricks-workspace-cluster/README.md +++ b/examples/databricks-workspace-cluster/README.md @@ -2,7 +2,7 @@ Intel Logo

-# Intel Optimized Cloud Modules for Terraform +# Intel® Optimized Cloud Modules for Terraform © Copyright 2024, Intel Corporation diff --git a/examples/databricks-workspace-cluster/versions.tf b/examples/databricks-workspace-cluster/versions.tf index 8764e4f..5f68c1f 100644 --- a/examples/databricks-workspace-cluster/versions.tf +++ b/examples/databricks-workspace-cluster/versions.tf @@ -6,7 +6,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 5.31" } time = { source = "hashicorp/time" diff --git a/examples/databricks-workspace-default-config/README.md b/examples/databricks-workspace-default-config/README.md index 5378f41..6c9755e 100644 --- a/examples/databricks-workspace-default-config/README.md +++ b/examples/databricks-workspace-default-config/README.md @@ -2,7 +2,7 @@ Intel Logo

-# Intel Optimized Cloud Modules for Terraform +# Intel® Optimized Cloud Modules for Terraform © Copyright 2024, Intel Corporation diff --git a/examples/databricks-workspace-default-config/versions.tf b/examples/databricks-workspace-default-config/versions.tf index 8764e4f..55bd65a 100644 --- a/examples/databricks-workspace-default-config/versions.tf +++ b/examples/databricks-workspace-default-config/versions.tf @@ -6,7 +6,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 5.31.0" } time = { source = "hashicorp/time" diff --git a/examples/databricks-workspace-network-config/README.md b/examples/databricks-workspace-network-config/README.md index cf741fa..c819279 100644 --- a/examples/databricks-workspace-network-config/README.md +++ b/examples/databricks-workspace-network-config/README.md @@ -2,7 +2,7 @@ Intel Logo

-# Intel Optimized Cloud Modules for Terraform +# Intel® Optimized Cloud Modules for Terraform © Copyright 2024, Intel Corporation diff --git a/examples/databricks-workspace-network-config/versions.tf b/examples/databricks-workspace-network-config/versions.tf index 8764e4f..55bd65a 100644 --- a/examples/databricks-workspace-network-config/versions.tf +++ b/examples/databricks-workspace-network-config/versions.tf @@ -6,7 +6,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 5.31.0" } time = { source = "hashicorp/time" diff --git a/examples/databricks-workspace-non-default-config/README.md b/examples/databricks-workspace-non-default-config/README.md index 889dc81..20e0cac 100644 --- a/examples/databricks-workspace-non-default-config/README.md +++ b/examples/databricks-workspace-non-default-config/README.md @@ -2,7 +2,7 @@ Intel Logo

-# Intel Optimized Cloud Modules for Terraform +# Intel® Optimized Cloud Modules for Terraform © Copyright 2024, Intel Corporation diff --git a/examples/databricks-workspace-non-default-config/versions.tf b/examples/databricks-workspace-non-default-config/versions.tf index 8764e4f..55bd65a 100644 --- a/examples/databricks-workspace-non-default-config/versions.tf +++ b/examples/databricks-workspace-non-default-config/versions.tf @@ -6,7 +6,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 5.31.0" } time = { source = "hashicorp/time" diff --git a/versions.tf b/versions.tf index e543c64..2679208 100644 --- a/versions.tf +++ b/versions.tf @@ -6,7 +6,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 5.31" } time = { source = "hashicorp/time" From 8639ae1db1e15334bc70920a29d78cc0c2ae1971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jan 2024 22:39:43 +0000 Subject: [PATCH 3/4] terraform-docs: automated action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95dc4a0..e9119c5 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ More Information regarding deploying Databricks Workspace [Databricks](https://r | Name | Version | |------|---------| -| [aws](#requirement\_aws) | ~> 4.15.0 | +| [aws](#requirement\_aws) | ~> 5.31 | | [databricks](#requirement\_databricks) | ~> 1.14.2 | | [random](#requirement\_random) | ~> 3.4.3 | | [time](#requirement\_time) | ~> 0.9.1 | @@ -95,7 +95,7 @@ More Information regarding deploying Databricks Workspace [Databricks](https://r | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.15.0 | +| [aws](#provider\_aws) | ~> 5.31 | | [databricks](#provider\_databricks) | ~> 1.14.2 | | [databricks.workspace](#provider\_databricks.workspace) | ~> 1.14.2 | | [random](#provider\_random) | ~> 3.4.3 | From bcceda63a1eeb06c03ee7658a03ff49ad3621700 Mon Sep 17 00:00:00 2001 From: kevinbleckmann <123095645+kevinbleckmann@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:21:22 -0800 Subject: [PATCH 4/4] update update name of ocm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9119c5..b5b09ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Intel Logo

-# Intel Optimized Cloud Modules for Terraform +# Intel® Optimized Cloud Modules for Terraform © Copyright 2024, Intel Corporation