这是indexloc提供的服务,不要输入任何密码
Skip to content

Remove deprecated and non-function project_function_cpu resource + data source #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions docs/data-sources/project_function_cpu.md

This file was deleted.

60 changes: 0 additions & 60 deletions docs/resources/project_function_cpu.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions examples/resources/vercel_project_function_cpu/import.sh

This file was deleted.

8 changes: 0 additions & 8 deletions examples/resources/vercel_project_function_cpu/resource.tf

This file was deleted.

121 changes: 0 additions & 121 deletions vercel/data_source_project_function_cpu.go

This file was deleted.

81 changes: 0 additions & 81 deletions vercel/data_source_project_function_cpu_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions vercel/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func (p *vercelProvider) Resources(_ context.Context) []func() resource.Resource
newProjectDeploymentRetentionResource,
newProjectDomainResource,
newProjectEnvironmentVariableResource,
newProjectFunctionCPUResource,
newProjectResource,
newSharedEnvironmentVariableResource,
newWebhookResource,
Expand All @@ -86,7 +85,6 @@ func (p *vercelProvider) DataSources(_ context.Context) []func() datasource.Data
newProjectDataSource,
newProjectDeploymentRetentionDataSource,
newProjectDirectoryDataSource,
newProjectFunctionCPUDataSource,
newSharedEnvironmentVariableDataSource,
}
}
Expand Down
Loading
Loading