magnificent-lifeguard-15082
01/16/2022, 8:40 PMFileArchive
then pulumi will have a hard time on another machine and will fail to update 😬 Is this expected? If so might be worth adding a warning or explicit mention of relative path requirement on the docs. I do wonder how we should handle non-deterministic paths though between builds? I have a "file not found" error where a BucketObject
is referencing a .zip
with an absolute path which was created running up
on another machine.little-cartoon-10569
01/16/2022, 8:42 PMmagnificent-lifeguard-15082
01/16/2022, 8:47 PMlittle-cartoon-10569
01/16/2022, 8:48 PMmagnificent-lifeguard-15082
01/16/2022, 8:49 PMpulumi stack export
) an absolute path that is not valid across environments.little-cartoon-10569
01/16/2022, 8:50 PMmagnificent-lifeguard-15082
01/16/2022, 8:55 PMlittle-cartoon-10569
01/16/2022, 8:57 PMmagnificent-lifeguard-15082
01/16/2022, 8:57 PMAsset
resources are the only resources that do not have a stable name you can provide. It is expecting to use the file path as a stable reference for the "virtual resource" AND as a pointer to "physical resource".little-cartoon-10569
01/16/2022, 9:04 PMmagnificent-lifeguard-15082
01/16/2022, 9:08 PM/abs/path.zip
)
"source": {
            "4dabf18193072939515e22adb298388d": "0def7320c3a5731c473e5ecbe6d01bc7",
            "hash": "63d94894644f928fdc44fc353c161ca544f477d28880d07c2f8634322ce3b1d6",
            "path": "/Users/path/to/repo/modules.zip"
          }
echoing-dinner-19531
01/17/2022, 9:24 AMmagnificent-lifeguard-15082
01/18/2022, 10:40 AMsource: FileArchive
and sourceHash
echoing-dinner-19531
01/18/2022, 2:44 PM