question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

allow to use 3rd party terraform provider

See original GitHub issue

Community Note

  • Please vote on this issue by adding a šŸ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave ā€œ+1ā€ or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently the cdk only support official provider which is limiting, for example i use https://github.com/gavinbunney/terraform-provider-kubectl to apply directly manifests in Terraform. The behavior of the terraform binary is to look for custom provider in terraform.d directory, which the cdk does not.

References

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
skorfmanncommented, Jul 31, 2020

@skorfmann I think so yeah

Cool, thatā€™s ongoing (#118) and should be shipped soon. Letā€™s check again once thatā€™s released.

0reactions
github-actions[bot]commented, Dec 5, 2022

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ā€™ve 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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Automatic Installation of Third-Party Providers with Terraform ...
With Terraform 0.13, terraform init will automatically download and install partner and community providers in the HashiCorp Terraform Registry,Ā ...
Read more >
How to install third-party plugins in Terraform - dimmaski
Whenever you installed terraform, a ~/.terraform.d/ directory was created. To allow the use of external plugins we will need to create theĀ ...
Read more >
Are Terraform Community Providers considered to be third ...
Anyone can develop and distribute their own Terraform providers. (See Writing Custom Providers for more about provider development.) These third ...
Read more >
Terraform doesn't respect third party providers inheritance ...
I tried explicit inheritance in the module with the same results. If the resources are defined on the same file, then terraform doesn't...
Read more >
Terraform ā€” Installing 3rd party Modules / Providers
Installing Ā· With Go installed, now you can use the go get command on the repository. Ā· go get github.com/GSLabDev/terraform-provider-ad Ā· AfterĀ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found