Skip to content

Commit

Permalink
Merge pull request #36285 from Szasza/f-aws_route53domains_registered…
Browse files Browse the repository at this point in the history
…_domain.billing_contact

aws_route53domains_registered_domain: Add billing_contact and billing_privacy
  • Loading branch information
ewbankkit authored Mar 11, 2024
2 parents 30e3a73 + 3e21001 commit a7ca4cf
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 214 deletions.
3 changes: 3 additions & 0 deletions .changelog/36285.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_route53domains_registered_domain: Add `billing_contact` and `billing_privacy` arguments
```
1 change: 1 addition & 0 deletions internal/service/route53domains/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package route53domains
// Exports for use in tests only.
var (
ResourceDelegationSignerRecord = newDelegationSignerRecordResource
ResourceRegisteredDomain = resourceRegisteredDomain

FindDNSSECKeyByTwoPartKey = findDNSSECKeyByTwoPartKey
)
Loading

0 comments on commit a7ca4cf

Please sign in to comment.