Skip to content

Commit 1a58dc0

Browse files
committed
chore: migrate tfe_oauth_client to framework
1 parent b67ff4a commit 1a58dc0

File tree

3 files changed

+393
-164
lines changed

3 files changed

+393
-164
lines changed

internal/provider/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func Provider() *schema.Provider {
112112
"tfe_agent_pool_allowed_workspaces": resourceTFEAgentPoolAllowedWorkspaces(),
113113
"tfe_agent_token": resourceTFEAgentToken(),
114114
"tfe_notification_configuration": resourceTFENotificationConfiguration(),
115-
"tfe_oauth_client": resourceTFEOAuthClient(),
116115
"tfe_opa_version": resourceTFEOPAVersion(),
117116
"tfe_organization": resourceTFEOrganization(),
118117
"tfe_organization_membership": resourceTFEOrganizationMembership(),

internal/provider/provider_next.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func (p *frameworkProvider) Resources(ctx context.Context) []func() resource.Res
148148
return []func() resource.Resource{
149149
NewAuditTrailTokenResource,
150150
NewDataRetentionPolicyResource,
151+
NewOAuthClient,
151152
NewOrganizationDefaultSettings,
152153
NewOrganizationRunTaskGlobalSettingsResource,
153154
NewOrganizationRunTaskResource,

0 commit comments

Comments
 (0)