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

terraform get fails to get modules when "%2F" in directory name #8418

Closed
andreub opened this issue Aug 23, 2016 · 3 comments
Closed

terraform get fails to get modules when "%2F" in directory name #8418

andreub opened this issue Aug 23, 2016 · 3 comments
Assignees

Comments

@andreub
Copy link

andreub commented Aug 23, 2016

Terraform Version

0.7.0

Affected Resource(s)

  • terraform get

Terraform Configuration Files

module "whatever" {
   source    = "../modules/mymodule"
   othervar  = "whatever"
} 

Debug Output

http://pastebin.com/j3WuxMiy
(check RAW output, regular text is messed up)

Expected Behavior

It should import the module stored in the relative path

Actual Behavior

Terraform fails as it seems is decoding "%2F" as "/" instead of using it as literal value

Steps to Reproduce

  1. rename directory to have "%2F" in its name
  2. terraform get

Important Factoids

It's an Ubuntu machine, ext4 filesystem

@mitchellh
Copy link
Contributor

Fix pending in this PR: hashicorp/go-getter#30

@mitchellh
Copy link
Contributor

Fixed!

@ghost
Copy link

ghost commented Apr 22, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants