This message was deleted.
# general
s
This message was deleted.
m
Hey @narrow-cpu-35517, I think the value for the region is:
Copy code
aws:
 region: <REGION>
Means you need to add it like this in Pulumi:
Copy code
values: {
  aws: {
    region: "us-east-1"  
  }
}
n
Thanks a lot Engin, I will try it out
🙌 1