Skip to content

Commit

Permalink
fixed rebase dumbness
Browse files Browse the repository at this point in the history
  • Loading branch information
alpacamybags118 committed Aug 31, 2021
1 parent 2d4117d commit 8832940
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,8 @@ func Provider() *schema.Provider {
"aws_iam_policy": dataSourceAwsIAMPolicy(),
"aws_iam_policy_document": dataSourceAwsIamPolicyDocument(),
"aws_iam_role": dataSourceAwsIAMRole(),
<<<<<<< HEAD
"aws_iam_roles": dataSourceAwsIAMRoles(),
=======
"aws_iam_saml_provider": dataSourceAwsIAMSamlProvider(),
>>>>>>> fe5e9eaa5 (updates to PR for new standards)
"aws_iam_server_certificate": dataSourceAwsIAMServerCertificate(),
"aws_iam_session_context": dataSourceAwsIAMSessionContext(),
"aws_iam_user": dataSourceAwsIAMUser(),
Expand Down

0 comments on commit 8832940

Please sign in to comment.