-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_acm_certificate: Prevent tagging is not permitted on re-…
…import error (#15060) Reference: #15055 Previously: ``` === CONT TestAccAWSAcmCertificate_PrivateKey_Tags resource_aws_acm_certificate_test.go:701: Step 3/3 error: terraform failed: exit status 1 stderr: Error: Error updating certificate: ValidationException: Tagging is not permitted on re-import. ``` Output from acceptance testing: ``` --- PASS: TestAccAWSAcmCertificate_disableCTLogging (24.02s) --- PASS: TestAccAWSAcmCertificate_dnsValidation (24.15s) --- PASS: TestAccAWSAcmCertificate_emailValidation (25.89s) --- PASS: TestAccAWSAcmCertificate_imported_DomainName (41.51s) --- PASS: TestAccAWSAcmCertificate_imported_IpAddress (19.16s) --- PASS: TestAccAWSAcmCertificate_privateCert (26.40s) --- PASS: TestAccAWSAcmCertificate_PrivateKey_Tags (30.19s) --- PASS: TestAccAWSAcmCertificate_root (24.82s) --- PASS: TestAccAWSAcmCertificate_root_TrailingPeriod (2.41s) --- PASS: TestAccAWSAcmCertificate_rootAndWildcardSan (23.98s) --- PASS: TestAccAWSAcmCertificate_san_multiple (24.25s) --- PASS: TestAccAWSAcmCertificate_san_single (24.21s) --- PASS: TestAccAWSAcmCertificate_san_TrailingPeriod (26.33s) --- PASS: TestAccAWSAcmCertificate_SubjectAlternativeNames_EmptyString (2.40s) --- PASS: TestAccAWSAcmCertificate_tags (53.81s) --- PASS: TestAccAWSAcmCertificate_wildcard (22.73s) --- PASS: TestAccAWSAcmCertificate_wildcardAndRootSan (23.47s) ```
- Loading branch information
Showing
2 changed files
with
81 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters