pulumi / pulumi-aws-static-website

Apache License 2.0
11 stars 5 forks source link

Breaks if there are multiple hosted zones for one domain #31

Open Zemnmez opened 1 year ago

Zemnmez commented 1 year ago

What happened?

error: Error: invocation of aws:route53/getZone:getZone returned an error: invoking aws:route53/getZone:getZone: 1 error occurred:

Expected Behavior

It should not throw this error.

Steps to reproduce

Have more than one hosted zone for the same domain in AWS.

Output of pulumi about

tshadwell@Thomass-MacBook-Air pulumi % pulumi about CLI
Version 3.68.0 Go Version go1.20.4 Go Compiler gc

Plugins NAME VERSION nodejs unknown

Host
OS darwin Version 13.3 Arch arm64

This project is written in nodejs: executable='/opt/homebrew/bin/node' version='v20.2.0'

Backend
Name pulumi.com URL https://app.pulumi.com/Zemnmez User Zemnmez Organizations Zemnmez

Pulumi locates its logs in /var/folders/31/vfkwmksn54z9j3lsyb3wkyjw0000gn/T/ by default warning: Failed to get information about the Pulumi program's dependencies: could not find either /Users/tshadwell/code/monorepo-sl/ts/pulumi/yarn.lock or /Users/tshadwell/code/monorepo-sl/ts/pulumi/package-lock.json warning: Failed to get information about the current stack: No current stack

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).