We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e9d92 commit ba098cbCopy full SHA for ba098cb
internal/provider/provider.go
@@ -110,7 +110,6 @@ func Provider() *schema.Provider {
110
"tfe_agent_pool": resourceTFEAgentPool(),
111
"tfe_agent_pool_allowed_workspaces": resourceTFEAgentPoolAllowedWorkspaces(),
112
"tfe_agent_token": resourceTFEAgentToken(),
113
- "tfe_notification_configuration": resourceTFENotificationConfiguration(),
114
"tfe_opa_version": resourceTFEOPAVersion(),
115
"tfe_organization": resourceTFEOrganization(),
116
"tfe_organization_membership": resourceTFEOrganizationMembership(),
0 commit comments