Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_acm_certificate: Correctly handle SAN entries that match domain_name #20073

Merged
merged 20 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bb8bea6
resource/aws_acm_certificate: Correctly handle SAN entries that match…
mattburgess Jul 5, 2021
4e3118c
r/aws_acm_certificate: Alphabetize attributes.
ewbankkit Apr 20, 2022
4a4958c
r/aws_acm_certificate: Use '_Values' function (#14601).
ewbankkit Apr 20, 2022
628e362
Add CHANGELOG entry.
ewbankkit Apr 20, 2022
ee15907
r/aws_acm_certificate: Tidy up 'TestAccACMCertificate_San_matches_dom…
ewbankkit Apr 20, 2022
7b4c8fd
r/aws_acm_certificate: Tidy up 'TestAccACMCertificate_PrivateKey_tags'.
ewbankkit Apr 20, 2022
8475003
r/aws_acm_certificate: Add and use 'testAccCheckAcmCertificateExists'.
ewbankkit Apr 20, 2022
668f8a9
r/aws_acm_certificate: Tidy up resource Delete.
ewbankkit Apr 20, 2022
75b43e0
r/aws_acm_certificate: Start to tidy up resource Create.
ewbankkit Apr 20, 2022
fb99745
r/aws_acm_certificate: Simplify resource Create.
ewbankkit Apr 21, 2022
2fd5fc0
r/aws_acm_certificate: Tidy up resource Read.
ewbankkit Apr 21, 2022
24fb9f7
r/aws_acm_certificate: 'waitCertificateIssued' -> 'waitCertificateDom…
ewbankkit Apr 21, 2022
14b76cd
r/aws_acm_certificate: Rename acceptance test configurations.
ewbankkit Apr 21, 2022
ce25692
r/aws_acm_certificate: All acceptance tests passing.
ewbankkit Apr 21, 2022
224aa04
d/aws_acm_certificate: Fix 'TestAccACMCertificateDataSource_keyTypes'.
ewbankkit Apr 21, 2022
dc21842
r/aws_acm_certificate_validation: Increase default reasource Create (…
ewbankkit Apr 21, 2022
f034942
r/aws_acm_certificate_validation: Simplify.
ewbankkit Apr 21, 2022
8303729
r/aws_acm_certificate_validation: Fix 'TestAccACMCertificateValidatio…
ewbankkit Apr 21, 2022
ef8d482
r/aws_acm_certificate_validation: Tidy up 'TestAccACMCertificateValid…
ewbankkit Apr 21, 2022
7ff51cc
Update 20073.txt
ewbankkit Apr 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changelog/20073.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
resource/aws_acm_certificate: Correctly handle SAN entries that match `domain_name`
```

```release-note:enhancement
resource/aws_acm_certificate_validation: Increase default resource Create (certificate issuance) timeout to 75 minutes
```
Loading