Giter Site home page Giter Site logo

Comments (12)

MrDweebus avatar MrDweebus commented on July 24, 2024 2

@reflectivecode
Ah, I wasn't aware there hadn't been a release yet.

I've tried locking the archive provider to 1.0.0 using the snippets:

provider "archive" {
  version = "<= 1.0"
}

and

provider "archive" {
  version = "1.0.0"
}

When pushed to the Lambda, both still create files with names like 'node_modules\library\library.js'. I've also tried on a windows laptop instead of a VM, to no avail.

from terraform-provider-archive.

 avatar commented on July 24, 2024 1

I second @MrDweebus - I have also tested various releases of archive, but I still see backslashes in the output files.

from terraform-provider-archive.

samjgalbraith avatar samjgalbraith commented on July 24, 2024 1

Even forcing the earliest release of archive doesn't fix it for me. This makes lambda using any non-standard-library functions pretty hard.

provider "archive" {
  version = "<= 0.1.0"
}

from terraform-provider-archive.

reflectivecode avatar reflectivecode commented on July 24, 2024

I started having this problem on provider.archive v1.0.1. Going back to v1.0.0 fixed it for me.

from terraform-provider-archive.

apparentlymart avatar apparentlymart commented on July 24, 2024

Thanks for reporting that detail, @reflectivecode!

I'm not sure yet why behavior would be different in v1.0.0 since it appears that it's always been required for us to pass forward-slashed paths in here (per golang/go#5307) and we weren't doing it in 1.0.0 either 😖 .

Possibly this can be fixed just by passing the final path through filepath.ToSlash, but I've not been able to verify that due to my attention being currently focused elsewhere. We'd be happy to review a pull request if you or someone else has the time and motivation to implement it, or else we'll take a look more closely at this when we're able.

from terraform-provider-archive.

lafferty151 avatar lafferty151 commented on July 24, 2024

Any idea if this issue comes from a recent change or when it was introduced? We have been trying to determine when or what might have triggered it, because everyone on my team didn't notice the issue until a week or so ago. Could have sworn things were fine for months prior to then. Cannot seem to figure out what might have changed. I've rolled back 3 or 4 versions trying to find that working scenario again. Any thoughts?

from terraform-provider-archive.

lafferty151 avatar lafferty151 commented on July 24, 2024

#19

from terraform-provider-archive.

derBroBro avatar derBroBro commented on July 24, 2024

Same for me.
Like @reflectivecode mentioned this worked for me also until the PR gets mereged.

provider "archive" {
  version = "<= 1.0"
}

from terraform-provider-archive.

katbyte avatar katbyte commented on July 24, 2024

Closing as it appears #19 was closed in favour of #25 (merged) so this should be fixed now.

from terraform-provider-archive.

MrDweebus avatar MrDweebus commented on July 24, 2024

I'm still having an issue with this when using an archive_file to zip up code for an AWS Lambda. I've tried using both v1.0.3 and v1.0.0 of the archive provider to no avail.

Is anyone else still experiencing this? Would it have anything to do with the fact that I'm running the Terraform on a Windows VM?

from terraform-provider-archive.

reflectivecode avatar reflectivecode commented on July 24, 2024

@MrDweebus

The fix for this problem is not in v1.0.3. We have to wait for a new release first.

Edit:
v1.0.0 does work for me on Linux and Windows (AWS VM). Did you try specifying the version exactly?

provider "archive" {
  version = "= 1.0.0"
}

from terraform-provider-archive.

github-actions avatar github-actions commented on July 24, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

from terraform-provider-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.