Skip to content

Commit

Permalink
r/aws_route53_domain: New aws_route53_domain resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gazoakley committed Apr 25, 2020
1 parent dcb0096 commit e8f9732
Show file tree
Hide file tree
Showing 3 changed files with 597 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 @@ -727,6 +727,7 @@ func Provider() terraform.ResourceProvider {
"aws_redshift_event_subscription": resourceAwsRedshiftEventSubscription(),
"aws_resourcegroups_group": resourceAwsResourceGroupsGroup(),
"aws_route53_delegation_set": resourceAwsRoute53DelegationSet(),
"aws_route53_domain": resourceAwsRoute53Domain(),
"aws_route53_query_log": resourceAwsRoute53QueryLog(),
"aws_route53_record": resourceAwsRoute53Record(),
"aws_route53_zone_association": resourceAwsRoute53ZoneAssociation(),
Expand Down
Loading

0 comments on commit e8f9732

Please sign in to comment.