-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to add new domain #68
Comments
Hi, the error mostly occurs when we release a new version of the module (Like we did yesterday). Since the content of the Lambda is updated while terraform apply (not terraform init) runs, the content of the Lambda has a different source code hash at the beginning and at the end of the Terraform apply command. I currently have no permanent fix for this issue, but running |
Related issue in the Terraform AWS provider: hashicorp/terraform-provider-aws#14267 |
We could probably workaround the issue by waiting for the download to be finished, before publishing the output in the download module. Opened a new issue in our download module, will try to include a fix in the next release: milliHQ/terraform-npm-download#3 |
Updated the download script so this error should not appear when upgrading to future versions. |
So far, I had the following configuration, and it worked great.
But when I added the second domain in the list the error bellow started to appear.
Apparently, it's an error related to the provider. Are you aware of this issue? How can we fix it?
The text was updated successfully, but these errors were encountered: