most-soccer-61646
01/03/2023, 2:38 PMquaint-eye-38036
01/03/2023, 2:39 PM--diff
to the previewmost-soccer-61646
01/03/2023, 2:44 PMquaint-eye-38036
01/03/2023, 2:45 PMmost-soccer-61646
01/03/2023, 2:45 PMquaint-eye-38036
01/03/2023, 2:46 PMmost-soccer-61646
01/03/2023, 2:51 PMType Name Plan Info
pulumi:pulumi:Stack fc-pulumi-nodejs-playground-nodejs 1 error; 2 messages
+ ├─ aws:alb:LoadBalancer fc-shardul-prod-int-alb-01 create
+ ├─ aws:alb:TargetGroup fc-shardul-prod-int-tg-01 create
+ ├─ aws:route53:Record fc-shardul-alb create
+ ├─ aws:alb:Listener fc-shardul-prod-int-listener create
- ├─ aws:route53:Record fc-shardul-rds-reader delete
- ├─ aws:rds:ClusterInstance fc-shardul-prod-int-node-0 delete
- ├─ aws:route53:Record fc-shardul-rds-master delete
- ├─ aws:route53:Record fc-shardul-cache delete
- ├─ aws:elasticache:ReplicationGroup fc-shardul-prod-int-cache delete
- └─ aws:rds:Cluster fc-shardul-prod-int-rds delete 1 error
Diagnostics:
pulumi:pulumi:Stack (fc-pulumi-nodejs-playground-nodejs):
Running for resource -> AWSALB
[class AWSALB]
error: preview failed
aws:rds:Cluster (fc-shardul-prod-int-rds):
error: Preview failed: unable to delete resource "urn:pulumi:playground-nodejs::fc-pulumi-nodejs::aws:rds/cluster:Cluster::fc-shardul-prod-int-rds"
as it is currently marked for protection. To unprotect the resource, either remove the `protect` flag from the resource in your Pulumi program and run `pulumi up` or use the command:
`pulumi state unprotect 'urn:pulumi:playground-nodejs::fc-pulumi-nodejs::aws:rds/cluster:Cluster::fc-shardul-prod-int-rds'`
quaint-eye-38036
01/03/2023, 2:56 PMmost-soccer-61646
01/03/2023, 2:57 PMquaint-eye-38036
01/03/2023, 2:59 PMmost-soccer-61646
01/03/2023, 3:00 PMquaint-eye-38036
01/03/2023, 3:02 PMAlso if we make any changes to code.. it should not affect the state right?That depends on the change.
it will always check the diff between actual and the state it stores, right?It compares it with the state file. To update the state file, either run
pulumi refresh
or run preview with the -r
optionmost-soccer-61646
01/03/2023, 3:07 PMaws resource 5.25.0 499 MB 1 week ago 6 days ago
aws resource 5.20.0 442 MB 1 month ago 1 month ago
aws resource 5.19.0 430 MB 2 months ago 2 months ago
docker resource 3.6.1 39 MB 1 week ago 2 days ago
docker resource 3.6.0 37 MB 1 month ago 1 month ago
docker resource 3.5.0 37 MB 1 month ago 1 month ago
quaint-eye-38036
01/03/2023, 3:10 PMmost-soccer-61646
01/03/2023, 3:11 PM