Skip to content

Commit

Permalink
Revert "hook new resource provider into configuration"
Browse files Browse the repository at this point in the history
This reverts commit e14a1ad.
  • Loading branch information
m-s-austin committed May 15, 2015
1 parent b532fa2 commit 1441eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func Provider() terraform.ResourceProvider {
"aws_route_table_association": resourceAwsRouteTableAssociation(),
"aws_route_table": resourceAwsRouteTable(),
"aws_s3_bucket": resourceAwsS3Bucket(),
"aws_s3_bucket_policy": resourceAwsS3BucketPolicy(),
"aws_security_group": resourceAwsSecurityGroup(),
"aws_security_group_rule": resourceAwsSecurityGroupRule(),
"aws_subnet": resourceAwsSubnet(),
Expand Down

0 comments on commit 1441eb2

Please sign in to comment.