Add agent_pool_id to OAuth client resource #2461
Annotations
5 errors
lint:
internal/provider/resource_tfe_oauth_client.go#L244
options.AgentPool undefined (type tfe.OAuthClientUpdateOptions has no field or method AgentPool)
|
lint
options.AgentPool undefined (type tfe.OAuthClientUpdateOptions has no field or method AgentPool)
|
lint
Process completed with exit code 2.
|
run (1, 0)
go test failed (exit code 1) The error output was:
# github.com/hashicorp/terraform-provider-tfe/internal/provider
internal/provider/resource_tfe_oauth_client.go:244:11: options.AgentPool undefined (type tfe.OAuthClientUpdateOptions has no field or method AgentPool)
FAIL github.com/hashicorp/terraform-provider-tfe [build failed]
Test_GetClient
TestConfig_locateConfigFile
TestConfig_cliConfig
ok github.com/hashicorp/terraform-provider-tfe/internal/client 0.005s
TestLoggingNewLoggingTransport_IsRoundTripper
ok github.com/hashicorp/terraform-provider-tfe/internal/logging 0.003s
FAIL github.com/hashicorp/terraform-provider-tfe/internal/provider [build failed]
? github.com/hashicorp/terraform-provider-tfe/version [no test files]
? github.com/hashicorp/terraform-provider-tfe/internal/provider/validators [no test files]
FAIL
|
Summarize Tests
Process completed with exit code 1.
|