Skip to content

Commit

Permalink
Remove provider from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Oct 13, 2021
1 parent d51828c commit 8681715
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,40 +627,6 @@ func Provider() *schema.Provider {
"aws_codeartifact_domain": resourceAwsCodeArtifactDomain(),
"aws_codeartifact_repository_permissions_policy": resourceAwsCodeArtifactRepositoryPermissionsPolicy(),
"aws_codeartifact_repository": resourceAwsCodeArtifactRepository(),
"aws_codebuild_project": resourceAwsCodeBuildProject(),
"aws_codebuild_report_group": resourceAwsCodeBuildReportGroup(),
"aws_codebuild_source_credential": resourceAwsCodeBuildSourceCredential(),
"aws_codebuild_webhook": resourceAwsCodeBuildWebhook(),
"aws_codecommit_repository": resourceAwsCodeCommitRepository(),
"aws_codecommit_trigger": resourceAwsCodeCommitTrigger(),
"aws_codedeploy_app": resourceAwsCodeDeployApp(),
"aws_codedeploy_deployment_config": resourceAwsCodeDeployDeploymentConfig(),
"aws_codedeploy_deployment_group": resourceAwsCodeDeployDeploymentGroup(),
"aws_codepipeline_webhook": resourceAwsCodePipelineWebhook(),
"aws_codepipeline": resourceAwsCodePipeline(),
"aws_codestarconnections_connection": resourceAwsCodeStarConnectionsConnection(),
"aws_codestarconnections_host": resourceAwsCodeStarConnectionsHost(),
"aws_codestarnotifications_notification_rule": resourceAwsCodeStarNotificationsNotificationRule(),
"aws_cognito_identity_pool_roles_attachment": resourceAwsCognitoIdentityPoolRolesAttachment(),
"aws_cognito_identity_pool": resourceAwsCognitoIdentityPool(),
"aws_cognito_identity_provider": resourceAwsCognitoIdentityProvider(),
"aws_cognito_resource_server": resourceAwsCognitoResourceServer(),
"aws_cognito_user_group": resourceAwsCognitoUserGroup(),
"aws_cognito_user_pool_client": resourceAwsCognitoUserPoolClient(),
"aws_cognito_user_pool_domain": resourceAwsCognitoUserPoolDomain(),
"aws_cognito_user_pool_ui_customization": resourceAwsCognitoUserPoolUICustomization(),
"aws_cognito_user_pool": resourceAwsCognitoUserPool(),
"aws_config_aggregate_authorization": resourceAwsConfigAggregateAuthorization(),
"aws_config_config_rule": resourceAwsConfigConfigRule(),
"aws_config_configuration_aggregator": resourceAwsConfigConfigurationAggregator(),
"aws_config_configuration_recorder_status": resourceAwsConfigConfigurationRecorderStatus(),
"aws_config_configuration_recorder": resourceAwsConfigConfigurationRecorder(),
"aws_config_conformance_pack": resourceAwsConfigConformancePack(),
"aws_config_delivery_channel": resourceAwsConfigDeliveryChannel(),
"aws_config_organization_conformance_pack": resourceAwsConfigOrganizationConformancePack(),
"aws_config_organization_custom_rule": resourceAwsConfigOrganizationCustomRule(),
"aws_config_organization_managed_rule": resourceAwsConfigOrganizationManagedRule(),
"aws_config_remediation_configuration": resourceAwsConfigRemediationConfiguration(),
"aws_connect_contact_flow": resourceAwsConnectContactFlow(),
"aws_connect_instance": resourceAwsConnectInstance(),
"aws_cur_report_definition": resourceAwsCurReportDefinition(),
Expand Down Expand Up @@ -825,10 +791,6 @@ func Provider() *schema.Provider {
"aws_glacier_vault_lock": resourceAwsGlacierVaultLock(),
"aws_glacier_vault": resourceAwsGlacierVault(),
"aws_globalaccelerator_accelerator": resourceAwsGlobalAcceleratorAccelerator(),
"aws_globalaccelerator_endpoint_group": resourceAwsGlobalAcceleratorEndpointGroup(),
"aws_globalaccelerator_listener": resourceAwsGlobalAcceleratorListener(),
"aws_glue_catalog_database": resourceAwsGlueCatalogDatabase(),
"aws_glue_catalog_table": resourceAwsGlueCatalogTable(),
"aws_glue_classifier": resourceAwsGlueClassifier(),
"aws_glue_connection": resourceAwsGlueConnection(),
"aws_glue_crawler": resourceAwsGlueCrawler(),
Expand Down

0 comments on commit 8681715

Please sign in to comment.