terraform-provider-rke | Terraform provider plugin for deploy kubernetes | Infrastructure Automation library
kandi X-RAY | terraform-provider-rke Summary
kandi X-RAY | terraform-provider-rke Summary
Terraform Provider for RKE.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-provider-rke
terraform-provider-rke Key Features
terraform-provider-rke Examples and Code Snippets
Community Discussions
Trending Discussions on terraform-provider-rke
QUESTION
I'm trying to install the RKE provider as part of the Rancher AWS quickstart. The Terraform documentation says that plugins should be installed at ~/.terraform.d/plugins
. The RKE documentation says that the plugin should be installed at ~/terraform.d/plugins/
.
Trying to reconcile the conflicting information, I tried copying the binary to all of the following locations, but Terraform never saw any of them:
...ANSWER
Answered 2020-May-05 at 00:44It turns out that the error message didn't tell the whole story. Terraform was finding the provider, but it didn't think it was a new enough version.
According to Terraform's documentation, the provider needs to be named as terraform-provider-_vX.Y.Z
. The documentation for the RKE provider said that the file should be called terraform-provider-rke
(no version number).
In a comment in the Terraform source code for plugin discovery, it says that this versionless format is supported for reverse compatibility. However, Terraform interprets the version to be v0.0.0
.
When I ran terraform plan
after the failed terraform init
, it gave me a more informative error message:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terraform-provider-rke
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page