Skip to content

Commit df31b92

Browse files
committed
chore: migrate tfe_oauth_client to framework
1 parent 586f314 commit df31b92

File tree

4 files changed

+402
-173
lines changed

4 files changed

+402
-173
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
@@ -133,6 +133,7 @@ func (p *frameworkProvider) Resources(ctx context.Context) []func() resource.Res
133133
return []func() resource.Resource{
134134
NewAuditTrailTokenResource,
135135
NewDataRetentionPolicyResource,
136+
NewOAuthClient,
136137
NewOrganizationDefaultSettings,
137138
NewOrganizationRunTaskGlobalSettingsResource,
138139
NewOrganizationRunTaskResource,

0 commit comments

Comments
 (0)