diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md index 2e7b6d39b..217019c51 100644 --- a/src/azure-cli/README.md +++ b/src/azure-cli/README.md @@ -18,6 +18,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil | version | Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.) | string | latest | | extensions | Optional comma separated list of Azure CLI extensions to install in profile. | string | - | | installBicep | Optionally install Azure Bicep | boolean | false | +| bicepVersion | Select or enter a Bicep version. ('latest' or a specic version such as 'v0.31.92') | string | latest | | installUsingPython | Install Azure CLI using Python instead of pipx | boolean | false | ## Customizations diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index e5b9d4012..8e243d27f 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -20,7 +20,7 @@ Installs shared libraries for NVIDIA CUDA. | 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 | +| cudnnVersion | Version of cuDNN to install | string | automatic | ## Compatibility diff --git a/src/terraform/README.md b/src/terraform/README.md index f6f5c9636..7b556ddfa 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -29,6 +29,8 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la - `HashiCorp.terraform` + + ## 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