Dashboard › institutional-transition-lab › Distillation
2c460165-0995-47f1-b646-619fdef406c1["lore_tm_v1_sGd7qXJhIbdbjJOJLE29azLSt9b1zuRV3UDZO6vGF4o","lore_tm_v1_21aoA9R60VhEB2I_hqZ6tx_zlGkE15VoqtTdfgq1_8U"]
builtin/provisioners/habitat/resource_provisioner.go, terraform-github-pr-22332 removed the aliased import version "github.com/hashicorp/go-version", the provisioner.AcceptLicense bool field, the required Boolean schema entry "accept_license", and decoding via AcceptLicense: d.Get("accept_license").(bool).builtin/provisioners/habitat/resource_provisioner.go, terraform-github-pr-22332 removed validateFn validation that parsed a nonblank version with version.NewVersion, emitted "<version> is not a valid version." for invalid versions, and required accept_license=true when the requested Habitat version was greater than 0.79.0 or when the version was blank/latest.builtin/provisioners/habitat/resource_provisioner.go, terraform-github-pr-22332 removed installation-time license acceptance through export HAB_LICENSE=accept; hab -V, or sudo HAB_LICENSE=accept hab -V when UseSudo was true; command failures had previously been returned by p.runCommand(o, comm, command).terraform-github-pr-22745 restored the exact Habitat provisioner implementation removed by terraform-github-pr-22332: the github.com/hashicorp/go-version import, AcceptLicense bool, required Boolean "accept_license" schema, version/license validation, config decoding, and installation-time HAB_LICENSE=accept command execution.terraform-github-pr-22745βs restored validation applies the license requirement only to explicitly requested Habitat versions greater than 0.79.0; a blank version, meaning latest, also requires acceptance. Its exact error is Habitat end user license agreement needs to be accepted, set the accept_license argument to true to accept.website/docs/provisioners/habitat.html.markdown, terraform-github-pr-22332 removed accept_license = true from the aws_instance.redis Habitat provisioner example and removed the Supervisor Arguments entry accept_license (bool) marked required and linked to https://www.chef.io/end-user-license-agreement/.website/docs/provisioners/habitat.html.markdown, terraform-github-pr-22745 restored accept_license = true to the aws_instance.redis example and restored the required Supervisor Argument documentation: accept_license (bool) must be true to accept the Habitat end user license agreement.terraform-github-pr-22745βs Habitat documentation patch also changed the final service_key (string) line only by removing the fileβs trailing newline; the text itself remained unchanged.