Skip to content

Commit 4abbf98

Browse files
committed
chore: migrate tfe_oauth_client to framework
1 parent e89d1b8 commit 4abbf98

File tree

3 files changed

+393
-169
lines changed

3 files changed

+393
-169
lines changed

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func Provider() *schema.Provider {
110110
"tfe_agent_pool": resourceTFEAgentPool(),
111111
"tfe_agent_pool_allowed_workspaces": resourceTFEAgentPoolAllowedWorkspaces(),
112112
"tfe_agent_token": resourceTFEAgentToken(),
113-
"tfe_oauth_client": resourceTFEOAuthClient(),
113+
"tfe_notification_configuration": resourceTFENotificationConfiguration(),
114114
"tfe_opa_version": resourceTFEOPAVersion(),
115115
"tfe_organization": resourceTFEOrganization(),
116116
"tfe_organization_membership": resourceTFEOrganizationMembership(),

internal/provider/provider_next.go

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

0 commit comments

Comments
 (0)