Skip to content

Commit ecdebee

Browse files
add datasource in provider conf
1 parent 0f86ca6 commit ecdebee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ func Provider() terraform.ResourceProvider {
181181
"aws_cognito_user_pools": dataSourceAwsCognitoUserPools(),
182182
"aws_codecommit_repository": dataSourceAwsCodeCommitRepository(),
183183
"aws_db_cluster_snapshot": dataSourceAwsDbClusterSnapshot(),
184+
"aws_db_event_categories": dataSourceAwsDbEventCategories(),
184185
"aws_db_instance": dataSourceAwsDbInstance(),
185186
"aws_db_snapshot": dataSourceAwsDbSnapshot(),
186187
"aws_dx_gateway": dataSourceAwsDxGateway(),

0 commit comments

Comments
 (0)