Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
5981cd2
Prepare main branch for post-v1.14 development (#37621)
SarahFrench Sep 16, 2025
719aefd
tf query: ready list blocks for beta (#37619)
dsa0x Sep 17, 2025
15a6cd2
stacks: fix diagnostic referring to tfstacks command (#37639)
liamcervante Sep 19, 2025
0dfa115
First step to enable use of TF_REATTACH_PROVIDERS with PSS (#37634)
SarahFrench Sep 19, 2025
e241e1a
actions: return an error if config is omitted but the schema has requ…
mildwonkey Sep 19, 2025
10f00d4
Use raw args in -help flag handling
Maed223 Sep 19, 2025
7f0ef4c
changelog entry
Maed223 Sep 19, 2025
e65c562
actions: allow invoke only on local execution while TFC adds support …
liamcervante Sep 22, 2025
f8b0051
Merge pull request #37645 from hashicorp/handle-help-usage-stacks-plugin
Maed223 Sep 22, 2025
8097ce9
docs(destroying): fix typos
Tensho Sep 18, 2025
152ce1d
Merge pull request #37638 from Tensho/fix-destroying-docs
crw Sep 23, 2025
f6ad8d3
actions: fix panic during query plan by not planning actions
mildwonkey Sep 23, 2025
a750471
list: send non-null "config" object to provider when not present in t…
dsa0x Sep 24, 2025
1e41449
evaluate: return diagnostics instead of unknown for uninitialised loc…
liamcervante Sep 24, 2025
b952256
PSS: Add reusable method for obtaining the provider factory needed fo…
SarahFrench Sep 24, 2025
ab41592
query: propagate graph node removal to descendants (#37664)
dsa0x Sep 25, 2025
a4cc769
actions: add extra test cases around conditions referencing the trigg…
DanielMSchmidt Sep 25, 2025
51fc4c1
PSS: Implement `ReadStateBytes` + `WriteStateBytes` (#37440)
radeksimko Sep 26, 2025
8ed2f39
actions: don't panic if nil changes - it might be a refresh (#37687)
mildwonkey Sep 26, 2025
c0547e7
Fixes to protobuf compile script (#37683)
SarahFrench Sep 26, 2025
eae5ac1
build: Produce a Windows arm64 binary (#35461)
xiehan Sep 26, 2025
0217dd2
Revert "temporarily require manager approval for go.mod changes" (#37…
dsa0x Sep 29, 2025
ffbb62b
Swap to using `google.golang.org/protobuf/cmd/protoc-gen-go` instead …
SarahFrench Sep 30, 2025
8986651
actions: disable support for deferrals (#37700)
liamcervante Oct 1, 2025
2274026
query: add -query flag to validate command (#37671)
dsa0x Oct 1, 2025
82889ae
get correct schema when generating query config
jbardin Oct 1, 2025
9c2b2c5
remove id from generated config
jbardin Oct 1, 2025
221fc59
Merge pull request #37713 from hashicorp/jbardin/list-gen-config
jbardin Oct 1, 2025
04c95fe
Improve tests in internal/states (ProviderAddrs, HasCurrent, Unlock) …
davidspielmann Oct 2, 2025
ea20db6
actions: add missing actions output for terraform apply cli (#37692)
akellaumesh Oct 2, 2025
5e3a9fb
Bump aws-sdk-go-base
YakDriver Oct 2, 2025
c5cdbf0
sync deps
YakDriver Oct 2, 2025
0a7f300
Add changelog
YakDriver Oct 2, 2025
f650603
Move changelog
YakDriver Oct 2, 2025
922fdb2
Implement LockState & UnlockState provider methods (#37711)
radeksimko Oct 3, 2025
c7c3888
Merge branch 'main' into t-bump-aws-sdk-go-base
YakDriver Oct 3, 2025
9e155d7
Update for newer telemetry
YakDriver Oct 3, 2025
37c2fd1
Move to 1.14 for backport
YakDriver Oct 3, 2025
312f296
PSS: Add `savedStateStore` method to `Meta` (#37558)
SarahFrench Oct 3, 2025
aed61af
PSS: Implement `Get` and `Put` methods on remote grpc state, using Re…
SarahFrench Oct 4, 2025
62540da
search: Drop identity from state if no identity schema is present (#3…
dbanck Oct 6, 2025
17445f6
PSS: Add chunk size negotiation to `savedStateStore` method, update m…
SarahFrench Oct 6, 2025
d573104
PSS: Add `stateStoreInitFromConfig` method to `Meta` (#37723)
SarahFrench Oct 6, 2025
642a27e
refactor: rename action plan to config transformer
DanielMSchmidt Oct 7, 2025
231b801
refactor: separate action triggers from action invocations through --…
DanielMSchmidt Oct 7, 2025
0031dcc
refactor: rename targets to action targets
DanielMSchmidt Oct 7, 2025
4322ab2
refactor: add abstract action trigger
DanielMSchmidt Oct 7, 2025
327a992
refactor: rename action trigger apply to instance apply
DanielMSchmidt Oct 7, 2025
7721cd5
refactor: make action diff transformer only responsible for attaching…
DanielMSchmidt Oct 7, 2025
e0748b3
add interface checks
DanielMSchmidt Oct 8, 2025
7663739
when targeting a resource the associated actions should be run
DanielMSchmidt Oct 7, 2025
9239dd6
actions: enforce ephemeral into write-only attributes behaviour (#37701)
liamcervante Oct 8, 2025
c4a7f00
Merge pull request #37721 from hashicorp/t-bump-aws-sdk-go-base
YakDriver Oct 8, 2025
39d1293
actions: consider event type when comparing action triggers (#37733)
liamcervante Oct 8, 2025
6b17cfe
actions: connect invoke flag with TFC (#37544)
liamcervante Oct 8, 2025
2657a4d
Set let require_unimplemented_servers default to true when generating…
SarahFrench Oct 9, 2025
2714cfd
standardize on marks.Has
DanielMSchmidt Oct 9, 2025
edb3f64
Bump go-getter v1.8.2
YakDriver Oct 9, 2025
cc30a8c
Fix crash when showing a cloud plan without having a cloud backend (#…
dbanck Oct 10, 2025
fc3b1ed
Merge pull request #37752 from hashicorp/t-bump-go-getter
YakDriver Oct 10, 2025
d6865bf
PSS : Implement Lock and Unlock methods on remote grpc client (#37741)
SarahFrench Oct 13, 2025
8b0ccce
actions: fix race condition in tests and capture errors from hooks (#…
mildwonkey Oct 13, 2025
bffba7f
Update release Slack channel to new grid (#37765)
dbanck Oct 13, 2025
d11bdf6
Refactor backend error strings as custom errors or pre-made diagnosti…
SarahFrench Oct 13, 2025
0f1f573
build(deps): bump the github-actions-breaking group with 2 updates (#…
dependabot[bot] Oct 13, 2025
75a9645
build(deps): bump the github-actions-backward-compatible group with 2…
dependabot[bot] Oct 13, 2025
1047b53
Fix typos and linguistic errors in documentation (#37770)
survivant Oct 14, 2025
6b73f71
PSS: Implement initialisation of new working directory (or use of `-r…
SarahFrench Oct 15, 2025
76f2982
Update the init command's help text to describe PSS-related flags (#3…
SarahFrench Oct 15, 2025
cbda324
backend/oss: Bump github.com/aliyun/aliyun-oss-go-sdk to v2.1.1 (#37442)
radeksimko Oct 15, 2025
085c762
actions can not be used in depends_on
DanielMSchmidt Oct 16, 2025
accaa8d
also check against action references in depends_on during config parsing
DanielMSchmidt Oct 17, 2025
106f8c6
actions: refactor to simplify test hooks (#37782)
liamcervante Oct 17, 2025
efb2a1c
PSS: Let the `init` command recognise when there are no changes in co…
SarahFrench Oct 20, 2025
88e4c9e
Update inaccurate comment (#37789)
SarahFrench Oct 20, 2025
edf0cd6
actions: fail invoke plans when action configurations are unknown (#3…
liamcervante Oct 21, 2025
2e5b5de
Upgrade protoc and protoc-gen-go-grpc versions to matching terraform…
SarahFrench Oct 22, 2025
620264e
GHA to prompt reviewers to think about dependency changes when backpo…
SarahFrench Oct 23, 2025
2227441
don't cache unknown function results
jbardin Oct 24, 2025
a7e2c9f
Merge pull request #37810 from hashicorp/jbardin/unknown-pure-results
jbardin Oct 24, 2025
d4e8f17
actions: remove unused variable (+ minor typos & comment cleanup) (#3…
mildwonkey Oct 27, 2025
411f18e
ephemerals: allow root ephemeral outputs in stacks and test (#37813)
liamcervante Oct 28, 2025
b221cc0
PSP-3163: update scan config to enable osv (#37817)
alanpchua Oct 28, 2025
cac484d
don't carry all replace addresses through instances
jbardin Oct 28, 2025
cfbde8e
CHANGELOG
jbardin Oct 29, 2025
26f289a
testing: include file-level errors in JUnit skipped elements (#37806)
vietcgi Oct 30, 2025
f8ae45c
Merge pull request #37833 from hashicorp/jbardin/force-replace-instance
jbardin Oct 30, 2025
7ac2b79
Stacks: temporarily disable ephemeral outputs in Stack components (#3…
liamcervante Oct 31, 2025
e44b870
don't write ephemeral outputs to state (#37821)
liamcervante Oct 31, 2025
f0a2953
build(deps): bump the github-actions-breaking group with 2 updates (#…
dependabot[bot] Nov 3, 2025
04d7bd5
Fix list resource diagnostics check
dbanck Nov 3, 2025
802c249
Improve error message on missing identity schema
dbanck Nov 4, 2025
da2b914
backport of commit 9d0df698085ed4b3ea694ed2d26887777b160151
dbanck Nov 4, 2025
5182fe5
backport of commit d3625be1c716d112ce83240ed7459d6020c60b92
dbanck Nov 4, 2025
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.13/BUG FIXES-20251009-144645.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: BUG FIXES
body: Fix crash when showing a cloud plan without having a cloud backend
time: 2025-10-09T14:46:45.59398+02:00
custom:
Issue: "37751"
5 changes: 5 additions & 0 deletions .changes/v1.14/BUG FIXES-20250924-110416.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: BUG FIXES
body: 'console and test: return explicit diagnostics when referencing resources that were not included in the most recent operation.'
time: 2025-09-24T11:04:16.860364+02:00
custom:
Issue: "37663"
5 changes: 5 additions & 0 deletions .changes/v1.14/BUG FIXES-20250926-113318.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: BUG FIXES
body: 'query: generate unique resource identifiers for results of expanded list resources'
time: 2025-09-26T11:33:18.241184+02:00
custom:
Issue: "37681"
5 changes: 5 additions & 0 deletions .changes/v1.14/BUG FIXES-20250927-184134.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: BUG FIXES
body: The CLI now summarizes the number of actions invoked during `terraform apply`, matching the plan output.
time: 2025-09-27T18:41:34.771437+02:00
custom:
Issue: "37689"
5 changes: 5 additions & 0 deletions .changes/v1.14/BUG FIXES-20251104-122322.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: BUG FIXES
body: 'query: improve error handling for missing identity schemas'
time: 2025-11-04T12:23:22.096828+01:00
custom:
Issue: "37863"
5 changes: 5 additions & 0 deletions .changes/v1.14/ENHANCEMENTS-20250919-115253.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: '`terraform stacks` command support for `-help` flag'
time: 2025-09-19T11:52:53.923764-04:00
custom:
Issue: "37645"
5 changes: 5 additions & 0 deletions .changes/v1.14/ENHANCEMENTS-20250925-151237.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: "query: support offline validation of query files via -query flag in the validate command"
time: 2025-09-25T15:12:37.198573+02:00
custom:
Issue: "37671"
5 changes: 5 additions & 0 deletions .changes/v1.14/ENHANCEMENTS-20251002-172626.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: Updates to support the AWS European Sovereign Cloud
time: 2025-10-02T17:26:26.513708-04:00
custom:
Issue: "37721"
3 changes: 3 additions & 0 deletions .changes/v1.14/NEW FEATURES-20250829-183404.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: NEW FEATURES
body: "**List Resources**: List resources can be defined in `*.tfquery.hcl` files and allow querying and filterting existing infrastructure."
time: 2025-08-29T18:34:04.250038+02:00
3 changes: 3 additions & 0 deletions .changes/v1.14/NEW FEATURES-20250829-184206.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: NEW FEATURES
body: "A new Terraform command `terraform query`: Executes list operations against existing infrastructure and displays the results. The command can optionally generate configuration for importing results into Terraform."
time: 2025-08-29T18:42:06.659172+02:00
2 changes: 1 addition & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project "terraform" {
// the team key is not used by CRT currently
team = "terraform"
slack {
notification_channel = "C011WJ112MD"
notification_channel = "C09L2R91Y12"
}
github {
organization = "hashicorp"
Expand Down
3 changes: 1 addition & 2 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ container {
binary {
secrets = true
go_modules = true
osv = false
oss_index = true
osv = true
nvd = false
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,40 @@

NEW FEATURES:

* **List Resources**: List resources can be defined in `*.tfquery.hcl` files and allow querying and filterting existing infrastructure.

* A new Terraform command `terraform query`: Executes list operations against existing infrastructure and displays the results. The command can optionally generate configuration for importing results into Terraform.

* A new GenerateResourceConfiguration RPC allows providers to create more precise configuration values during import. ([#37515](https://github.com/hashicorp/terraform/issues/37515))

* New top-level Actions block: Actions are provider defined and meant to codify use cases outside the normal CRUD model in your Terraform configuration. Providers can define Actions like `aws_lambda_invoke` or `aws_cloudfront_create_invalidation` that do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the `-invoke` CLI flag. ([#37553](https://github.com/hashicorp/terraform/issues/37553))


ENHANCEMENTS:

* terraform test: expected diagnostics will be included in test output when running in verbose mode" ([#37362](https://github.com/hashicorp/terraform/issues/37362))

* terraform test: ignore prevent_destroy attribute during when cleaning up tests" ([#37364](https://github.com/hashicorp/terraform/issues/37364))

* `terraform stacks` command support for `-help` flag ([#37645](https://github.com/hashicorp/terraform/issues/37645))

* query: support offline validation of query files via -query flag in the validate command ([#37671](https://github.com/hashicorp/terraform/issues/37671))

* Updates to support the AWS European Sovereign Cloud ([#37721](https://github.com/hashicorp/terraform/issues/37721))


BUG FIXES:

* Retrieve all workspace variables while doing a `terraform import`, include variables inherited from variable sets but not overwritten by the workspace. ([#37241](https://github.com/hashicorp/terraform/issues/37241))

* Fix OSS backend proxy support by adding a proxy layer for OSS backend operations. Resolves hashicorp/terraform#36897. ([#36897](https://github.com/hashicorp/terraform/issues/36897))

* console and test: return explicit diagnostics when referencing resources that were not included in the most recent operation. ([#37663](https://github.com/hashicorp/terraform/issues/37663))

* query: generate unique resource identifiers for results of expanded list resources ([#37681](https://github.com/hashicorp/terraform/issues/37681))

* The CLI now summarizes the number of actions invoked during `terraform apply`, matching the plan output. ([#37689](https://github.com/hashicorp/terraform/issues/37689))


UPGRADE NOTES:

Expand Down
3 changes: 0 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@
builtin/provisioners/file @hashicorp/terraform-core
builtin/provisioners/local-exec @hashicorp/terraform-core
builtin/provisioners/remote-exec @hashicorp/terraform-core

# temporary go.mod protection during freeze
/go.mod @tommyokeefe
12 changes: 6 additions & 6 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ func initCommands(
}, nil
},

"query": func() (cli.Command, error) {
return &command.QueryCommand{
Meta: meta,
}, nil
},

"refresh": func() (cli.Command, error) {
return &command.RefreshCommand{
Meta: meta,
Expand Down Expand Up @@ -451,12 +457,6 @@ func initCommands(
}, nil
}

Commands["query"] = func() (cli.Command, error) {
return &command.QueryCommand{
Meta: meta,
}, nil
}

Commands["test cleanup"] = func() (cli.Command, error) {
return &command.TestCleanupCommand{
Meta: meta,
Expand Down
81 changes: 40 additions & 41 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ require (
github.com/hashicorp/cli v1.1.7
github.com/hashicorp/go-checkpoint v0.5.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-getter v1.8.0
github.com/hashicorp/go-getter v1.8.2
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/hashicorp/go-slug v0.16.7
github.com/hashicorp/go-tfe v1.91.0
github.com/hashicorp/go-slug v0.16.8
github.com/hashicorp/go-tfe v1.94.0
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.24.0
github.com/hashicorp/jsonapi v1.4.3-0.20250220162346-81a76b606f3e
github.com/hashicorp/terraform-registry-address v0.3.0
github.com/hashicorp/terraform-registry-address v0.4.0
github.com/hashicorp/terraform-svchost v0.1.1
github.com/hashicorp/terraform/internal/backend/remote-state/azure v0.0.0-00010101000000-000000000000
github.com/hashicorp/terraform/internal/backend/remote-state/consul v0.0.0-00010101000000-000000000000
Expand Down Expand Up @@ -68,17 +68,17 @@ require (
github.com/zclconf/go-cty-yaml v1.1.0
go.opentelemetry.io/contrib/exporters/autoexport v0.45.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
go.opentelemetry.io/otel v1.36.0
go.opentelemetry.io/otel/sdk v1.31.0
go.opentelemetry.io/otel/trace v1.36.0
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/otel/sdk v1.38.0
go.opentelemetry.io/otel/trace v1.38.0
go.uber.org/mock v0.6.0
golang.org/x/crypto v0.41.0
golang.org/x/crypto v0.42.0
golang.org/x/mod v0.27.0
golang.org/x/net v0.43.0
golang.org/x/net v0.44.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sys v0.35.0
golang.org/x/term v0.34.0
golang.org/x/text v0.28.0
golang.org/x/sys v0.36.0
golang.org/x/term v0.35.0
golang.org/x/text v0.29.0
golang.org/x/tools v0.36.0
golang.org/x/tools/cmd/cover v0.1.0-deprecated
google.golang.org/grpc v1.69.4
Expand Down Expand Up @@ -110,30 +110,30 @@ require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
github.com/aws/aws-sdk-go-v2/config v1.29.15 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.68 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
github.com/aws/aws-sdk-go-v2 v1.39.2 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.31.12 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.18.16 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9 // indirect
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.22 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.2 // indirect
github.com/aws/aws-sdk-go-v2/service/iam v1.42.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sns v1.34.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.20 // indirect
github.com/aws/smithy-go v1.22.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.9 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.50.5 // indirect
github.com/aws/aws-sdk-go-v2/service/iam v1.47.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.9 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.11.9 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.9 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3 // indirect
github.com/aws/aws-sdk-go-v2/service/sns v1.38.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.8 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 // indirect
github.com/aws/smithy-go v1.23.0 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 // indirect
Expand All @@ -149,7 +149,7 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
Expand All @@ -170,7 +170,7 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 // indirect
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.67 // indirect
github.com/hashicorp/consul/api v1.32.1 // indirect
github.com/hashicorp/copywrite v0.20.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -182,7 +182,6 @@ require (
github.com/hashicorp/go-metrics v0.5.4 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/serf v0.10.2 // indirect
Expand Down Expand Up @@ -243,17 +242,17 @@ require (
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.mongodb.org/mongo-driver v1.16.1 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.61.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/metric v1.38.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down
Loading