big-jordan-24260
05/22/2023, 2:48 PMpulumi config set aws:region us-west-2
.
This is result of
pulumi up --debug
Context:
The environment variables for AWS are set, and ‘aws s3 ls’ returns the list of buckets.
The stack is selected.
Can someone point me to the right direction on this?
Thanks in advancestocky-restaurant-98004
05/22/2023, 5:55 PMnew aws.Provider
in TS) instead of using the default?big-jordan-24260
05/22/2023, 5:55 PMstocky-restaurant-98004
05/22/2023, 5:56 PMbig-jordan-24260
05/22/2023, 5:56 PMstocky-restaurant-98004
05/22/2023, 5:57 PMbig-jordan-24260
05/22/2023, 6:00 PMstocky-restaurant-98004
05/22/2023, 6:12 PMbig-jordan-24260
05/22/2023, 6:12 PMstocky-restaurant-98004
05/22/2023, 6:14 PMbig-jordan-24260
05/22/2023, 6:24 PMstocky-restaurant-98004
05/22/2023, 6:26 PMbig-jordan-24260
05/22/2023, 6:26 PMstocky-restaurant-98004
05/22/2023, 6:28 PMpulumi import
if you delete your state file, but you should delete your state file only as a last resort. If possible tear down the stack (pulumi destroy
) rather than deleting the state file.big-jordan-24260
05/22/2023, 6:28 PMstocky-restaurant-98004
05/22/2023, 6:29 PMbig-jordan-24260
05/22/2023, 6:29 PMstocky-restaurant-98004
05/22/2023, 6:30 PMbig-jordan-24260
05/22/2023, 6:32 PM