File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -114,45 +114,3 @@ run "imported_certificates_attributes_match" {
114114 error_message = " Tags mismatch"
115115 }
116116}
117-
118- run "private_ca_issued_certificates_attributes_match" {
119- command = plan
120-
121- module {
122- source = " ./modules/acm"
123- }
124-
125- variables {
126- private_ca_issued_certificates = {
127- example = {
128- certificate_authority_arn = " arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012"
129- domain_name = " example.domain"
130- early_renewal_duration = " 6h"
131-
132- tags = {
133- Example = " Tag"
134- }
135- }
136- }
137- }
138-
139- assert {
140- condition = aws_acm_certificate. private_ca_issued [" example" ]. certificate_authority_arn == var. private_ca_issued_certificates . example . certificate_authority_arn
141- error_message = " Certificate authority ARN mismatch"
142- }
143-
144- assert {
145- condition = aws_acm_certificate. private_ca_issued [" example" ]. domain_name == var. private_ca_issued_certificates . example . domain_name
146- error_message = " Domain name mismatch"
147- }
148-
149- assert {
150- condition = aws_acm_certificate. private_ca_issued [" example" ]. early_renewal_duration == var. private_ca_issued_certificates . example . early_renewal_duration
151- error_message = " Early renewal duration mismatch"
152- }
153-
154- assert {
155- condition = aws_acm_certificate. private_ca_issued [" example" ]. tags == var. private_ca_issued_certificates . example . tags
156- error_message = " Tags mismatch"
157- }
158- }
You can’t perform that action at this time.
0 commit comments