Dashboard › institutional-transition-lab › Distillation
55c7afca-c4db-460f-b30e-c86b32dc5196["lore_tm_v1_nfVKaksMsWkxGBIlPkLrbHb87-FS6CeDUcGzSZf3jhQ","lore_tm_v1_q6nUc3w45Oa3XMAy-UZE_eefiv-22pV1a6odd5Lld0w","lore_tm_v1_EqJtcWaXgE6qYXmHDfC9Rsxe7f3mKI1WaqUgy2lBYvk","lore_tm_v1_J2id6sSd8-Cc75Dh_dreWf0tRVDkJsa4LvOgu3muKOo","lore_tm_v1_m3Kq280CBaZrPGb90-6C6BE-rNJNmS3kQhWFxxtrcgY","lore_tm_v1_U21w9uVNYnRhpSQUNbG1Jq-GRisqoHXX66Vl1A0EzDA","lore_tm_v1_06hoihoQ0eBYsa7q3_EEgo5uZ6U-0WNofUyZ0oKUw2c","lore_tm_v1_mKuhE04pvmZ-MCCAu9aSis1wRSYgk1_-Qhw8BwkB0TI","lore_tm_v1_n9upHtBFuol3X7Lwp9yW_gWc_VxMBW-FNNtDnfNwiQI"]
Date: Sep 8, 2026
terraform-github-issue-35563 reports that terraform init -input=false crashes only on Azure Container Apps when initializing an azurerm storage-account backend with Terraform versions below 0.15.0; example version is Terraform v0.12.31.ARM_SUBSCRIPTION_ID, ARM_CLIENT_ID, ARM_CLIENT_SECRET, and ARM_TENANT_ID, plus TF_LOG=trace; the reproduced command sequence is az account set --subscription "XXX", terraform version, then terraform init -input=false.0.12.31 succeeds in a local container built from the same Dockerfile, fails on Azure Container Apps across different base images including ubuntu:22.04, and Terraform 0.15.0 and above works with the same connection commands. The reporter cannot upgrade because many environments and pipelines use versions before 0.15.0; an MS support ticket was also opened.terraform-github-pr-21175 (c5a2e922ce2cd2a6ae02fe6896ef4eff49404523, merged 2019-05-02) changed website/guides/terraform-provider-development-program.html.md: required all Terraform providers to contain an MPL-2.0 open-source license and removed the development-guide step to create a PR against the HashiCorp-provided empty repository.terraform-github-pr-21345 (9020636f9330da5f45328a37b9ffe1742d2287a3, merged 2019-08-05) implemented Habitat/Chef license acceptance across 4 changed files and reported successful testing against latest and previous Habitat versions with automated tests passing.builtin/provisioners/habitat/resource_provisioner.go, PR #21345 imported github.com/hashicorp/go-version, added AcceptLicense bool to provisioner, and introduced required Boolean schema argument accept_license.#21345 validation parsed nonblank version values with version.NewVersion; invalid values produced <version> is not a valid version. If accept_license=false, Habitat versions greater than 0.79.0, or a blank version meaning latest, produced Habitat end user license agreement needs to be accepted, set the accept_license argument to true to accept.#21345 decoded accept_license into AcceptLicense; during installHab, acceptance ran export HAB_LICENSE=accept; hab -V, or sudo HAB_LICENSE=accept hab -V when UseSudo was true.#21345 updated website/docs/provisioners/chef.html.markdown to require Chef EULA acceptance using chef_license = accept in client_options unless installing an old Chef client, with example client_options = ["chef_license 'accept'"].#21345 updated website/docs/provisioners/habitat.html.markdown with example accept_license = true and documented accept_license (bool) as required for accepting the Habitat EULA.terraform-github-pr-22332 (da1ab617b82539e239739e9dc79cd6bf896b86c4, merged 2019-08-05) reverted PR #21345 in favor of reviewing #21776: removed github.com/hashicorp/go-version, AcceptLicense, the required accept_license schema, version/license validation, HAB license commands, Chef client_options guidance, and Habitat accept_license documentation.terraform-github-pr-22745 (7a9f2717febb801e39044404d1ff003b39f4cc9f, merged 2019-09-09) reintroduced the Habitat license-acceptance implementation after the #22332 revert: required accept_license, version validation against 0.79.0, AcceptLicense decoding, HAB_LICENSE=accept execution with sudo/non-sudo variants, Chef client_options = ["chef_license 'accept'"] guidance, and Habitat documentation with accept_license = true; latest/previous Habitat versions and automated tests were reported successful.terraform-github-pr-33661 (1f011cbaada5bf9cbddadb58ba7c84b223e99467, merged 2023-08-10) changed 1,294 files as part of HashiCorp licensing changes; only the frozen selection of 20 patches is available, so conclusions about all file-level changes remain limited by patch_selection_truncated=true.terraform-github-pr-33661 patches, LICENSE changed from Mozilla Public License 2.0 to Business Source License 1.1 (BUSL-1.1): licensor HashiCorp, Inc.; Licensed Work Β© 2023 HashiCorp, Inc.; production use permitted unless offering the work to third parties on a hosted or embedded basis competitive with HashiCorp products; Change Date is 4 years from publication; Change License is MPL 2.0; alternative licensing contact is licensing@hashicorp.com.terraform-github-pr-33661 patches changed SPDX headers from MPL-2.0 to BUSL-1.1 in: .github/actions/equivalence-test/action.yml, .github/actions/go-version/action.yml, .github/ISSUE_TEMPLATE/bug_report.yml, .github/ISSUE_TEMPLATE/config.yml, .github/ISSUE_TEMPLATE/documentation_issue.yml, .github/ISSUE_TEMPLATE/feature_request.yml, .github/scripts/e2e_test_linux_darwin.sh, .github/scripts/equivalence-test.sh, .github/scripts/get_product_version.sh, .github/scripts/verify_docker, .release/ci.hcl, .release/release-metadata.hcl, .release/security-scan.hcl, checkpoint.go, codecov.yml, commands.go, copyright_headers.go, Dockerfile, and docs/plugin-protocol/tfplugin5.0.proto.terraform-github-pr-34096 (493056d828ab0cd17def8e0193f71f4bfe8f9628, merged 2023-10-17; 2 changed files) updated HCL to v2.19.0 and fixed #34060.v2.19.0 enhancement: ext/dynblockβs dynblock.Expand gained an optional hook allowing calling applications to inspect and veto particular for_each values by returning error diagnostics; behavior remains unchanged for callers that do not set the option (hashicorp/hcl#634).v2.19.0 bug fix: hclsyntax received further corrections for βmarkedβ values in conditional expressions and improved propagation of refined values into conditional-expression results, building on v2.18.1 fixes (hashicorp/hcl#633).terraform-github-pr-34103 (0c855b0d5e6fe2a9578106f47438fffc4eba3d0e, merged 2023-10-17; 2 changed files) was an auto-generated backport of PR #34096 into Terraform v1.6, triggered by label 1.6-backport; it carried commit 1f271185986bcb30eb3e19fcae4457b122f43147 and the HCL v2.19.0 dynblock.Expand enhancement and conditional-expression fixes.