Skip to content
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

404 error when loading lambda.zip #13

Closed
tyd opened this issue Dec 11, 2019 · 3 comments
Closed

404 error when loading lambda.zip #13

tyd opened this issue Dec 11, 2019 · 3 comments

Comments

@tyd
Copy link
Contributor

tyd commented Dec 11, 2019

When running the example hcl from the readme I'm getting the following error:

Error: failed to execute "curl": curl: (22) The requested URL returned error: 404
on .terraform/modules/ses_lambda_forwarder.artifact/main.tf line 1, in data "external" "curl":
1: data "external" "curl" {

It looks like there's a problem with the artifact url here:

url = var.artifact_url

@tyd
Copy link
Contributor Author

tyd commented Dec 11, 2019

This happened with both of the following source values:

source = "git::https://github.com/cloudposse/terraform-aws-ses-lambda-forwarder.git?ref=master"
And
source = "git::https://github.com/cloudposse/terraform-aws-ses-lambda-forwarder.git?ref=tags/0.3.0"

@1efty
Copy link
Contributor

1efty commented Dec 24, 2019

This is also happening for 0.2.0

Workaround

Because of #10, fork this project and create new branch based on 0.1.2 and remove comment attribute from aws_route53_zone data source in domain.tf.

or use

source = "git::https://github.com/1efty/terraform-aws-ses-lambda-forwarder.git?ref=remove-route53-zone-comment"

@osterman
Copy link
Member

Closed in #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants