aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-09-28 19:59:04 +0300
committerGitHub <noreply@github.com>2023-09-28 19:59:04 +0300
commit3aad9a72f4e0bd9cb2d2e2ce3dc4aa8396a62c00 (patch)
tree0a00c45fdd3a9871ede7ed0f5bdd9095f6f52660
parent243671eece9c9e3d38b7cecf404acd4ea4bd2f05 (diff)
Terraform - Adds licensing information (#697)
* Terraform - Adds licensing information * Update src/terraform/NOTES.md Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com> --------- Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
-rw-r--r--src/terraform/NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/terraform/NOTES.md b/src/terraform/NOTES.md
index 19fe92f..2c1540a 100644
--- a/src/terraform/NOTES.md
+++ b/src/terraform/NOTES.md
@@ -1,5 +1,9 @@
+## 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.