terraform-provider-pass
terraform-provider-pass copied to clipboard
Missing Gopkg.toml
After running the go get ... command and changing into the terraform-provider-passdir, the dep ensurecommand returns:
could not find project Gopkg.toml, use dep init to initiate a manifest
Any solutions?
The README needs to be updated with new build instructions and go version after go modules was introduced in: https://github.com/camptocamp/terraform-provider-pass/commit/41a2cf243c74ef99c31352728a7750bfa5b9e970
On Sun, 7 Jul 2019 at 14:24, Julian Zielke [email protected] wrote:
After running the go get ... command and changing into the terraform-provider-passdir, the dep ensurecommand returns:
could not find project Gopkg.toml, use dep init to initiate a manifest
Any solutions?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/camptocamp/terraform-provider-pass/issues/30?email_source=notifications&email_token=AAJMWE7YF6KDXYYNRRM7J6TP6HN7NA5CNFSM4H6VR7FKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5WRA2Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJMWEYGYQHWR6WQACRQWOTP6HN7NANCNFSM4H6VR7FA .
OK, yes that would be nice if someone does that since I'm stuck here with an updated terraform/terragrunt environment which tells me that the pass-module i have installed is outdated and cannot be used.
Have you tried any of the binaries available on the releases page? https://github.com/camptocamp/terraform-provider-pass/releases
On Wed, 10 Jul 2019 at 08:48, Julian Zielke [email protected] wrote:
OK, yes that would be nice if someone does that since I'm stuck here with an updated terraform/terragrunt environment which tells me that the pass-module i have installed is outdated and cannot be used.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/camptocamp/terraform-provider-pass/issues/30?email_source=notifications&email_token=AAJMWE4X6F62T5N5NPL4HE3P6WA2JA5CNFSM4H6VR7FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZSPH3Y#issuecomment-509932527, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJMWE3BNAVZ3PZXBWKDDDLP6WA2JANCNFSM4H6VR7FA .
Have you tried any of the binaries available on the releases page? https://github.com/camptocamp/terraform-provider-pass/releases
Oh no, not yet, thanks for pointing that out. I'll try them out later :-)
Did you sort this out? Looking at this issue in github.com now, your last couple of replies from today aren't present anymore?
On Mon, 16 Sep 2019 at 08:46, Julian Zielke [email protected] wrote:
@phillipj https://github.com/phillipj OK I've tried the download from the builds page and copied it into the corresponding plugin dir. Now I get Provider "pass" not available for installation. This is quite confusing since it has been working flawlessly before.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/camptocamp/terraform-provider-pass/issues/30?email_source=notifications&email_token=AAJMWEZMHGCYP4X2YJXZQF3QJ4TWHA5CNFSM4H6VR7FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6YHUKY#issuecomment-531659307, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJMWE5A7KCCRTBWGGKXTY3QJ4TWHANCNFSM4H6VR7FA .
@phillipj
Yes, I had to rename the file to "terraform-provider-pass" and then it was detected correctly by terragrunt. There's so much happening on the terraform project and I had to change much since the update to version 0.12.x. I'm not sure whether terraform is ready for production yet, since so many things get changed frequently and the guys at terragrunt always have to fix things up.
Also I had to change the password store dir variable from get_terragrunt_dir()/my/dir to ${get_terragrunt_dir()}/my/dir.
Since I thought those were rather mistakes on my side rather than issues with your plugin, I deleted my comment today.
There's so much happening on the terraform project and I had to change much since the update to version 0.12.x. I'm not sure whether terraform is ready for production yet, since so many things get changed frequently and the guys at terragrunt always have to fix things up.
I can relate to what you're describing! Personally haven't considered terragrunt before, but the upgrade from terraform v0.11 to v0.12 was a big one. Although I must say the migration was quite painless in the projects I've done it in, primarily because the added terraform 0.12upgrade command.
Really appreciate terraform for small/medium sized projects, certainly see it as production ready for those kinds of projects. Things can get very hairy in big projects, though I'm not entirely sure it's due to terraform (or any infra-as-code tool), but rather the fact that turning a large infrastructure up-side-down will get painful anyways.
Sooo that means this issue can be closed? :)