You are not specifying a region in your AWS CLI call. S3 is "global", so you will see your buckets in any region. However, you'll need to specify --region eu-west-1
, the same region you have deployed your REST API with Terraform, to be able to see it in your response.