pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

Fix failing AWS tests #1541

Closed cnunciato closed 6 months ago

cnunciato commented 6 months ago

We have a few tests failing because of AMI queries that no longer return results:

  Diagnostics:
    pulumi:pulumi:Stack (webserver-p-it-fv-az523-3-aws-js-web-b6f4d5b4):
      error: Running program '/tmp/p-it-fv-az523-3-aws-js-web-b6f4d5b4-896432708/index.js' failed with an unhandled exception:
      <ref *1> Error: invocation of aws:ec2/getAmi:getAmi returned an error: invoking aws:ec2/getAmi:getAmi: 1 error occurred:
        * Your query returned no results. Please change your search criteria and try again.

We should update them.