aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-09-29 21:50:09 +0300
committerGitHub <noreply@github.com>2023-09-29 21:50:09 +0300
commitcf92754bf4535ac3344a6b5c5d444dc16e9922cb (patch)
treec780bb80e8bc7806d3d53873b5eb2843c7ca6530
parent803ec6e0e53011db77ebe4696fe7663c7b59bf99 (diff)
Automated documentation update (#709)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/nvidia-cuda/README.md2
-rw-r--r--src/terraform/README.md4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md
index 7a0343d..e5b9d40 100644
--- a/src/nvidia-cuda/README.md
+++ b/src/nvidia-cuda/README.md
@@ -16,7 +16,9 @@ Installs shared libraries for NVIDIA CUDA.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
+| installCudnnDev | Additionally install CUDA Deep Neural Network (cuDNN) development libraries and headers | boolean | false |
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
+| installToolkit | Additionally install NVIDIA CUDA Toolkit | boolean | false |
| cudaVersion | Version of CUDA to install | string | 11.8 |
| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 |
diff --git a/src/terraform/README.md b/src/terraform/README.md
index 2201c8d..199c566 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -32,6 +32,10 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
+## Licensing
+
+On August 10, 2023, HashiCorp announced a change of license for its products, including Terraform. After ~9 years of Terraform being open source under the MPL v2 license, it was to move under a non-open source BSL v1.1 license, starting from the next (1.6) version. See https://github.com/hashicorp/terraform/blob/main/LICENSE
+
## OS Support
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.