Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob H committed Aug 12, 2019
1 parent 1e37372 commit 323f63e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func Provider() terraform.ResourceProvider {
"aws_route_tables": dataSourceAwsRouteTables(),
"aws_route53_delegation_set": dataSourceAwsDelegationSet(),
"aws_route53_zone": dataSourceAwsRoute53Zone(),
"aws_route53_resolver_endpoint": dataSourceAwsRoute53ResolverEndpoint(),
"aws_s3_bucket": dataSourceAwsS3Bucket(),
"aws_s3_bucket_object": dataSourceAwsS3BucketObject(),
"aws_s3_bucket_objects": dataSourceAwsS3BucketObjects(),
Expand Down
8 changes: 8 additions & 0 deletions website/aws.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,14 @@
<li>
<a href="#">Route53 Resolver</a>
<ul class="nav">
<li>
<a href="#">Data Sources</a>
<ul class="nav nav-auto-expand">
<li>
<a href="/docs/providers/aws/d/route53_resolver_endpoint.html">aws_route53_resolver_endpoint</a>
</li>
</ul>
</li>
<li>
<a href="#">Resources</a>
<ul class="nav nav-auto-expand">
Expand Down

0 comments on commit 323f63e

Please sign in to comment.