Skip to content

Commit d5f0dc1

Browse files
committed
migrate tfe_notification_configuration to the provider framework
1 parent 175f48d commit d5f0dc1

File tree

4 files changed

+378
-332
lines changed

4 files changed

+378
-332
lines changed

internal/provider/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ func Provider() *schema.Provider {
111111
"tfe_agent_pool": resourceTFEAgentPool(),
112112
"tfe_agent_pool_allowed_workspaces": resourceTFEAgentPoolAllowedWorkspaces(),
113113
"tfe_agent_token": resourceTFEAgentToken(),
114-
"tfe_notification_configuration": resourceTFENotificationConfiguration(),
115114
"tfe_oauth_client": resourceTFEOAuthClient(),
116115
"tfe_opa_version": resourceTFEOPAVersion(),
117116
"tfe_organization": resourceTFEOrganization(),

internal/provider/provider_next.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ func (p *frameworkProvider) Resources(ctx context.Context) []func() resource.Res
146146
NewTeamNotificationConfigurationResource,
147147
NewTestVariableResource,
148148
NewWorkspaceRunTaskResource,
149+
NewNotificationConfigurationResource,
149150
}
150151
}
151152

0 commit comments

Comments
 (0)