Skip to content

Commit

Permalink
remove!: Removal Cloud Provider Access Resource and Data source (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Jan 5, 2024
1 parent 58ba07a commit 5182510
Show file tree
Hide file tree
Showing 10 changed files with 153 additions and 785 deletions.
2 changes: 0 additions & 2 deletions internal/provider/provider_sdk2.go
Expand Up @@ -175,7 +175,6 @@ func getDataSourcesMap() map[string]*schema.Resource {
"mongodbatlas_privatelink_endpoints_service_serverless": privatelinkendpointserviceserverless.PluralDataSource(),
"mongodbatlas_third_party_integration": thirdpartyintegration.DataSource(),
"mongodbatlas_third_party_integrations": thirdpartyintegration.PluralDataSource(),
"mongodbatlas_cloud_provider_access": cloudprovideraccess.DataSource(),
"mongodbatlas_cloud_provider_access_setup": cloudprovideraccess.DataSourceSetup(),
"mongodbatlas_custom_dns_configuration_cluster_aws": customdnsconfigurationclusteraws.DataSource(),
"mongodbatlas_online_archive": onlinearchive.DataSource(),
Expand Down Expand Up @@ -253,7 +252,6 @@ func getResourcesMap() map[string]*schema.Resource {
"mongodbatlas_custom_dns_configuration_cluster_aws": customdnsconfigurationclusteraws.Resource(),
"mongodbatlas_ldap_configuration": ldapconfiguration.Resource(),
"mongodbatlas_ldap_verify": ldapverify.Resource(),
"mongodbatlas_cloud_provider_access": cloudprovideraccess.Resource(),
"mongodbatlas_cloud_provider_access_setup": cloudprovideraccess.ResourceSetup(),
"mongodbatlas_cloud_provider_access_authorization": cloudprovideraccess.ResourceAuthorization(),
"mongodbatlas_search_index": searchindex.Resource(),
Expand Down

This file was deleted.

0 comments on commit 5182510

Please sign in to comment.