sparse-intern-71089
11/04/2020, 1:57 PMvictorious-car-86108
11/04/2020, 1:58 PMwitty-candle-66007
11/04/2020, 2:10 PMvictorious-car-86108
11/04/2020, 3:06 PMawsUsEast1
and the dependsOn: sslCertValidationIssued
for the route53.Record
. However after another long wait I received the same error 😢victorious-car-86108
11/04/2020, 3:06 PMwitty-candle-66007
11/04/2020, 3:12 PMvictorious-car-86108
11/04/2020, 3:18 PM** PULUMI ERROR **
Changes:
Type Name Operation
+- aws:acm:Certificate sslCert replaced
Diagnostics:
mitchhuman/project/dev (pulumi:pulumi:Stack)
error: update failed
sslCertValidationIssued (aws:acm:CertificateValidation)
error: 1 error occurred:
* Error describing created certificate: Expected certificate to be issued but was in state PENDING_VALIDATION
Resources:
+-replaced 1
19 unchanged
Duration: 45m7s
** PULUMI ERROR END **
victorious-car-86108
11/04/2020, 3:20 PMvictorious-car-86108
11/04/2020, 3:22 PMwitty-candle-66007
11/04/2020, 3:55 PMvictorious-car-86108
11/04/2020, 4:25 PMwitty-candle-66007
11/04/2020, 5:11 PMwitty-candle-66007
11/04/2020, 5:14 PMctrl-C
out of the pulumi up you can do the following to get things back to a known state:
1. pulumi refresh -y
- this may throw an error
2. pulumi stack export | pulumi stack import
this should get things back to a refreshable state
3. pulumi refiresh -y
this should succeed
At this point you can do a pulumi destroy
to get a clean slate or tinker with your pulumi code and do another pulumi up
and it will delete/create what it needsaverage-kilobyte-47828
11/04/2020, 9:40 PMvictorious-car-86108
11/05/2020, 12:04 PM