Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/v1.14/UPGRADE NOTES-20250814-162650.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: UPGRADE NOTES
body: 'The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting.'
time: 2025-08-14T16:26:50.569878+02:00
custom:
Issue: "37436"
5 changes: 5 additions & 0 deletions .changes/v1.14/UPGRADE NOTES-20250814-162752.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: UPGRADE NOTES
body: 'Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements)'
time: 2025-08-14T16:27:52.659896+02:00
custom:
Issue: "37436"
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.5
1.25
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform

go 1.24.5
go 1.25

godebug winsymlink=0

Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/azure/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/azure

go 1.24.5
go 1.25

require (
github.com/hashicorp/go-azure-helpers v0.72.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/consul/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/consul

go 1.24.5
go 1.25

require (
github.com/hashicorp/consul/api v1.32.1
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/cos/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/cos

go 1.24.5
go 1.25

require (
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/gcs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/gcs

go 1.24.5
go 1.25

require (
cloud.google.com/go/kms v1.15.5
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/kubernetes/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes

go 1.24.5
go 1.25

require (
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/oci/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/oci

go 1.24.5
go 1.25

require (
github.com/google/go-cmp v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/oss/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/oss

go 1.24.5
go 1.25

require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/pg/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/pg

go 1.24.5
go 1.25

require (
github.com/hashicorp/go-uuid v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/s3

go 1.24.5
go 1.25

require (
github.com/aws/aws-sdk-go-v2 v1.36.0
Expand Down
2 changes: 1 addition & 1 deletion internal/legacy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/terraform/internal/legacy

replace github.com/hashicorp/terraform => ../..

go 1.24.5
go 1.25

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Expand Down