Skip to content

Commit

Permalink
provider: Add new data source
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 25, 2021
1 parent ae63556 commit 1125604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ func Provider() *schema.Provider {
"aws_glue_script": dataSourceAwsGlueScript(),
"aws_guardduty_detector": dataSourceAwsGuarddutyDetector(),
"aws_iam_account_alias": dataSourceAwsIamAccountAlias(),
"aws_iam_assumed_role_source": dataSourceAwsIAMAssumedRoleSource(),
"aws_iam_group": dataSourceAwsIAMGroup(),
"aws_iam_instance_profile": dataSourceAwsIAMInstanceProfile(),
"aws_iam_policy": dataSourceAwsIAMPolicy(),
Expand Down

0 comments on commit 1125604

Please sign in to comment.