I am having a tinker with Pulumi having fallen out of love with Terraform. However, when following the gettins started guide, I'm receiving the following error when running pulumi up
Diagnostics:
aws:s3:Bucket (my-bucket):
error: 1 error occurred:
* Invalid AWS Region:
The pulumi.yaml file contains only this:
config:
aws:region: eu-west-1
Does anyone get this issue or does anyone know how to resolve it?
Thanks in advance,
Angus