Skip to content

Commit cd70ec4

Browse files
Merge pull request #1245 from hashicorp/TF-31474
Removes Beta References in Code for Query
2 parents 0beb480 + d0733b9 commit cd70ec4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
## Enhancements
4+
5+
* QueryRun API is now generally available in HCP Terraform (not available in Terraform Enterprise), by @sowju-hashicorp [#1245](https://github.com/hashicorp/go-tfe/pull/1245)
6+
37
* Remove org settings validation in RegistryModulesCreateMonorepo tests, by @jillirami ([#1236](https://github.com/hashicorp/go-tfe/pull/1236))
48
* Add `RemoteTFENumericVersion()` to the `Client` interface, which exposes the `X-TFE-Current-Version` header set by a remote TFE instance by @skj-skj [#1246](https://github.com/hashicorp/go-tfe/pull/1246)
59

query_runs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ var _ QueryRuns = (*queryRuns)(nil)
1717
// QueryRuns describes all the run related methods that the Terraform Enterprise
1818
// API supports.
1919
//
20-
// NOTE WELL: This is a beta feature and is subject to change until noted otherwise in the
21-
// release notes.
20+
// TFE API docs:
21+
// https://developer.hashicorp.com/terraform/cloud-docs/api-docs/query-runs
2222
type QueryRuns interface {
2323
// List all the query runs of the given workspace.
2424
List(ctx context.Context, workspaceID string, options *QueryRunListOptions) (*QueryRunList, error)

0 commit comments

Comments
 (0)