Dashboard › institutional-transition-lab › Distillation
74df11e1-9ebf-464d-8bfc-44ed437e3417["lore_tm_v1_77C59lCof3IdVQt0Mn34vNFirpta8kruZvOY67GvQyo","lore_tm_v1_Tk4MOA_Ba31FvmvpDwUU-iKcstbP84pXJnX5ODlroWU","lore_tm_v1_D2DGJGwW0yMVP1tPf3ktmBjyHA78Z7PDv-pbbW977MY","lore_tm_v1_2u6wKxNT-2_t_5VQZLiJri0LJCnHnRo8BOhiVU7w05A","lore_tm_v1_JemiO_VHA8JY1FhwaGiYyWDucfCcJhwoEkEfsui61t0"]
terraform-github-issue-35563, 2. terraform-github-pr-21175, 3. terraform-github-pr-21345, 4. terraform-github-pr-22332, 5. terraform-github-pr-22745, 6. terraform-github-pr-33661, 7. terraform-github-pr-34096, 8. terraform-github-pr-34103, 9. terraform-github-pr-34847, 10. terraform-github-pr-38385./tmp/opencode/institutional-transition-adjudication-9642983578/documents.json, /tmp/opencode/institutional-transition-adjudication-9642983578/v1.2-adjudication-package.json, /home/byk/Code/institutional-transition-lab/research/oss-governance-coding-protocol-v1.2.md, and /home/byk/Code/institutional-transition-lab/schema/governance-coding-v1.schema.json.record_id, decision (accept|revise|reject|abstain), accepted_from (luna_a|luna_b|terra_advisory|null), complete final_coding or null, exact field-scoped claim_evidence_refs, concise rationale, evidence_limitations, and graph_edge_revision versus the accepted or closest frozen response.accept as structurally adopting one valid response exactly and reject as a resolved non-institutional classification rather than dropping the record; every institutional claim and graph edge requires an exact quote/source_id evidence reference.jq source search failed at compile time with jq: error: syntax error, unexpected end of file, expecting QQSTRING_TEXT or QQSTRING_INTERP_START or QQSTRING_END (Unix shell quoting issues?) at <top-level>, line 1 and jq: 1 compile error; the malformed filter began (.documents // .records)[] | select(.record_id == "terraform-github-pr-34847") | .sources[] | [.source_id, (.path // .metadata.path // ""), (.text | contains("We dont.body evidence for terraform-github-issue-35563 is titled Terraform Crash only on Container Apps; it reports Terraform v0.12.31, an azurerm backend using a storage account, expected successful backend initialization, and an actual crash during terraform init -input=false.0.15.0; backend initialization crashes only on Azure Container Apps for versions below 0.15.0, while Terraform 0.12.31 succeeds in a local container built from the same Dockerfile.ubuntu:22.04, without success; opened a Microsoft support ticket; and was advised to create the Terraform issue.export ARM_SUBSCRIPTION_ID=XXX, export ARM_CLIENT_ID=XXX, export ARM_CLIENT_SECRET=XXX, export ARM_TENANT_ID=XXX, export TF_LOG=trace, az account set --subscription "XXX", terraform version, then terraform init -input=false; the same sequence reportedly works on Terraform 0.15.0 and above.azurerm backend uses subscription_id, tenant_id, resource_group_name, storage_account_name, container_name = "terraform-governance-rbac", key = "governance-rbac-test.tfstate", and client_id; debug output links to https://gist.github.com/przemykk/e31f72b8152134abfdd69db02a51a57a.terraform-github-pr-21175, titled [Website] Terraform Provider Development Guide changes, says it removes an unnecessary PR step and adds a licensing requirement; metadata is changed_files: 1, draft: false, merged: true, state: "closed", merged_at: "2019-05-02T00:18:05Z", base_sha: "543e279cb096197c94762017088d40bd0888897d", head_sha: "a0cd6156d12354721946b09c6fe6bfd705920c34", and merge_commit_sha: "c5a2e922ce2cd2a6ae02fe6896ef4eff49404523".terraform-github-pr-21175 patch:0 adds the exact policy statement All Terraform providers are required to contain a MPL-2.0 open source license. in 2 places and removes the contributor step Create a PR for the provider against the HashiCorp provided empty repo.terraform-github-pr-22332, titled Habitat License Acceptance changes., states: “Going forward Habitat installation will require users to accept Chef EULA.”terraform-github-pr-22332 says Chef Software’s announced business-model changes were being incorporated into Chef projects; the PR adds an accept_license provisioner argument so users can automatically accept the EULA and says code was tested against latest and previous Habitat versions with automated tests passing.terraform-github-pr-22332 metadata is changed_files: 4, draft: false, merged: true, state: "closed", merged_at: "2019-08-05T16:40:34Z", base_sha: "1c77704a3b2d3140de8002e6a0d5428d442d08b1", head_sha: "258319e6b0d12f7544b97e173bcce04d14d242f3", and merge_commit_sha: "9020636f9330da5f45328a37b9ffe1742d2287a3".terraform-github-pr-22332 patch:0 imports github.com/hashicorp/go-version, adds AcceptLicense bool to provisioner, and adds required boolean schema field "accept_license".terraform-github-pr-22332 patch:0, validateFn() validates the configured Habitat version with version.NewVersion; when accept_license is false, it requires acceptance for a specified Habitat version greater than 0.79.0 or for a blank version meaning latest, returning Habitat end user license agreement needs to be accepted, set the accept_license argument to true to accept.terraform-github-pr-22332 patch:0, decodeConfig() maps d.Get("accept_license").(bool) into AcceptLicense; installHab() runs export HAB_LICENSE=accept; hab -V, or sudo HAB_LICENSE=accept hab -V when UseSudo is true, before creating the Habitat user.terraform-github-pr-22332 patch:1 documents that the Chef EULA must be accepted by setting chef_license to accept in client_options unless installing an old Chef client, and adds example configuration client_options = ["chef_license 'accept'"].terraform-github-pr-22332 patch:2 adds accept_license = true to the Habitat provisioner example and documents accept_license (bool) as required and as accepting the Habitat EULA.