This message was deleted.
# typescript
s
This message was deleted.
w
Only 1 bucket is shown in preview : bk1, and log "DBG" is not present in "Diagnostic"
Type Name Plan + pulumipulumiStack test-test create + └─ awss3Bucket bk1 create
node --version : v12.11.0
Outputs: + bucket1: output<string> + bucket2: output<string>
At execution, the 2 buckets are created successfully and the output is correct : + ├─ awss3Bucket debug-bucket created + └─ awss3Bucket debug-bucket-b7b20b4-copy created
w
Which part of this looked wrong to you? The
apply
callbacks will not be called until the resources are created (or more precisely, until the
Output
is "known". So the above looks to be correct if I'm reading it all right - and should be the same regardless of Node version.