Home
last modified time | relevance | path

Searched refs:RemoteAPIVersion (Results 1 – 7 of 7) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dtfe_test.go77 if want := "34.21.9"; client.RemoteAPIVersion() != want {
78 t.Errorf("unexpected remote API version %q; want %q", client.RemoteAPIVersion(), want)
83 if want := "1.0"; client.RemoteAPIVersion() != want {
84 t.Errorf("unexpected remote API version %q; want %q", client.RemoteAPIVersion(), want)
H A Dtfe.go279 func (c *Client) RemoteAPIVersion() string { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dtfe_test.go79 if want := "34.21.9"; client.RemoteAPIVersion() != want {
80 t.Errorf("unexpected remote API version %q; want %q", client.RemoteAPIVersion(), want)
85 if want := "1.0"; client.RemoteAPIVersion() != want {
86 t.Errorf("unexpected remote API version %q; want %q", client.RemoteAPIVersion(), want)
H A Dtfe.go288 func (c *Client) RemoteAPIVersion() string { func
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote/
H A Dbackend_apply.go93 currentAPIVersion, parseErr := version.NewVersion(b.client.RemoteAPIVersion())
H A Dbackend_plan.go99 currentAPIVersion, parseErr := version.NewVersion(b.client.RemoteAPIVersion())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Dtfe.go279 func (c *Client) RemoteAPIVersion() string { func