Default branch

main
Some checks are pending
build / Determine intended Terraform version (push) Waiting to run
build / Determine Go toolchain version (push) Waiting to run
build / Generate release metadata (push) Blocked by required conditions
build / Build for freebsd_386 (push) Blocked by required conditions
build / Build for linux_386 (push) Blocked by required conditions
build / Build for openbsd_386 (push) Blocked by required conditions
build / Build for windows_386 (push) Blocked by required conditions
build / Build for darwin_amd64 (push) Blocked by required conditions
build / Build for freebsd_amd64 (push) Blocked by required conditions
build / Build for linux_amd64 (push) Blocked by required conditions
build / Build for openbsd_amd64 (push) Blocked by required conditions
build / Build for solaris_amd64 (push) Blocked by required conditions
build / Build for windows_amd64 (push) Blocked by required conditions
build / Build for freebsd_arm (push) Blocked by required conditions
build / Build for linux_arm (push) Blocked by required conditions
build / Build for darwin_arm64 (push) Blocked by required conditions
build / Build for linux_arm64 (push) Blocked by required conditions
build / Build for windows_arm64 (push) Blocked by required conditions
build / Build Docker image for linux_386 (push) Blocked by required conditions
build / Build Docker image for linux_amd64 (push) Blocked by required conditions
build / Build Docker image for linux_arm (push) Blocked by required conditions
build / Build Docker image for linux_arm64 (push) Blocked by required conditions
build / Build e2etest for linux_386 (push) Blocked by required conditions
build / Build e2etest for windows_386 (push) Blocked by required conditions
build / Build e2etest for darwin_amd64 (push) Blocked by required conditions
build / Build e2etest for linux_amd64 (push) Blocked by required conditions
build / Build e2etest for windows_amd64 (push) Blocked by required conditions
build / Build e2etest for linux_arm (push) Blocked by required conditions
build / Build e2etest for darwin_arm64 (push) Blocked by required conditions
build / Build e2etest for linux_arm64 (push) Blocked by required conditions
build / Run e2e test for linux_386 (push) Blocked by required conditions
build / Run e2e test for windows_386 (push) Blocked by required conditions
build / Run e2e test for darwin_amd64 (push) Blocked by required conditions
build / Run e2e test for linux_amd64 (push) Blocked by required conditions
build / Run e2e test for windows_amd64 (push) Blocked by required conditions
build / Run e2e test for linux_arm (push) Blocked by required conditions
build / Run e2e test for linux_arm64 (push) Blocked by required conditions
build / Run terraform-exec test for linux amd64 (push) Blocked by required conditions
Quick Checks / Unit Tests (push) Waiting to run
Quick Checks / Race Tests (push) Waiting to run
Quick Checks / End-to-end Tests (push) Waiting to run
Quick Checks / Code Consistency Checks (push) Waiting to run

13cccebef0 · Merge pull request #38019 from hashicorp/tommy/contribution-guide-ai-updates · Updated 2025-12-18 12:04:44 -05:00

Branches

c996de91cd · test: Add E2E test coverage for inspecting a plan file using the terraform show command · Updated 2025-12-18 12:23:41 -05:00

2
1

45bac8404d · feat: Make Terraform assert that the description of a backend or state store is complete when reading or writing a plan file · Updated 2025-12-18 10:06:25 -05:00

4
4

de48ccfe61 · chore: Move change file into correct folder for backport · Updated 2025-12-17 15:06:09 -05:00

165
97

e9b75495dc · fix: Parse root module at appropriate time when -from-module is used. This is necessary because parsing a second time results in diagnostics being suppressed, and the last commit's approach risked errors from the downloaded module being missed. · Updated 2025-12-17 11:46:48 -05:00

9
8

ddde96e053 · CHANGELOG · Updated 2025-12-17 11:34:14 -05:00

44
3

4fc0339fee · ugh · Updated 2025-12-17 10:21:18 -05:00

23
2
v1.14
Some checks failed
build / Determine intended Terraform version (push) Has been cancelled
build / Determine Go toolchain version (push) Has been cancelled
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled
build / Generate release metadata (push) Has been cancelled
build / Build for freebsd_386 (push) Has been cancelled
build / Build for linux_386 (push) Has been cancelled
build / Build for openbsd_386 (push) Has been cancelled
build / Build for windows_386 (push) Has been cancelled
build / Build for darwin_amd64 (push) Has been cancelled
build / Build for freebsd_amd64 (push) Has been cancelled
build / Build for linux_amd64 (push) Has been cancelled
build / Build for openbsd_amd64 (push) Has been cancelled
build / Build for solaris_amd64 (push) Has been cancelled
build / Build for windows_amd64 (push) Has been cancelled
build / Build for freebsd_arm (push) Has been cancelled
build / Build for linux_arm (push) Has been cancelled
build / Build for darwin_arm64 (push) Has been cancelled
build / Build for linux_arm64 (push) Has been cancelled
build / Build Docker image for linux_386 (push) Has been cancelled
build / Build Docker image for linux_amd64 (push) Has been cancelled
build / Build Docker image for linux_arm (push) Has been cancelled
build / Build Docker image for linux_arm64 (push) Has been cancelled
build / Build e2etest for linux_386 (push) Has been cancelled
build / Build e2etest for windows_386 (push) Has been cancelled
build / Build e2etest for darwin_amd64 (push) Has been cancelled
build / Build e2etest for linux_amd64 (push) Has been cancelled
build / Build e2etest for windows_amd64 (push) Has been cancelled
build / Build e2etest for linux_arm (push) Has been cancelled
build / Build e2etest for darwin_arm64 (push) Has been cancelled
build / Build e2etest for linux_arm64 (push) Has been cancelled
build / Run e2e test for linux_386 (push) Has been cancelled
build / Run e2e test for windows_386 (push) Has been cancelled
build / Run e2e test for darwin_amd64 (push) Has been cancelled
build / Run e2e test for linux_amd64 (push) Has been cancelled
build / Run e2e test for windows_amd64 (push) Has been cancelled
build / Run e2e test for linux_arm (push) Has been cancelled
build / Run e2e test for linux_arm64 (push) Has been cancelled
build / Run terraform-exec test for linux amd64 (push) Has been cancelled

b1e65c6a41 · Cleanup after 1.14.3 release (#38014) · Updated 2025-12-17 07:44:54 -05:00

165
94

953c1cc3ca · Add terminal output that indicates how the experiment is affecting code - Asks the question: when the experiment is reported to be active, is it really? · Updated 2025-12-15 11:04:18 -05:00

11
2

01c9169c02 · test: Update test to accommodate test case that uses experiments · Updated 2025-12-15 09:27:22 -05:00

11
3
use-deprecation-marks-for-resource-deprecation-2
Some checks failed
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled

19a73f257b · add deprecation marks for resource attributes and blocks · Updated 2025-12-12 13:05:15 -05:00

13
4
add-deprecation-surpression-tracking
Some checks failed
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled

2746850377 · add deprecation singleton · Updated 2025-12-12 08:35:55 -05:00

13
3
add-deprecation-marks
Some checks failed
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled

2d6a943b88 · remove deprecation origin for now · Updated 2025-12-12 08:26:30 -05:00

13
2

f09bdae176 · WIP - migrate backend to PSS · Updated 2025-12-11 12:49:33 -05:00

32
3

44385323b4 · fix: Stop suppressing the Required:true parts of the backend schema when validating backend blocks · Updated 2025-12-11 10:15:25 -05:00

24
8

4c5d96441e · variable and output deprecation · Updated 2025-12-11 07:49:53 -05:00

13
3

e179454433 · add deprecation marks · Updated 2025-12-11 07:41:20 -05:00

13
1
deprecation-marks-2
Some checks failed
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled

63bda52ec3 · add changelog entry · Updated 2025-12-11 07:13:10 -05:00

13
9

8e004867db · WIP · Updated 2025-12-11 07:10:34 -05:00

14
2

0a03a767a2 · remove 1.14.2.md · Updated 2025-12-11 06:25:40 -05:00

165
90

9720ffca67 · remove 1.14.2.md · Updated 2025-12-11 06:22:59 -05:00

165
90