terraform-provider-conjur
terraform-provider-conjur copied to clipboard
Manifest example in provider's documentation is wrong.
Summary
Manifest example in provider's documentation is wrong.
Expected Results
The provider name should be "cyberark/conjur".
Actual Results (including error logs, if applicable)
The provider name is "conjur" and terraform init
fails with the below:
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
Provider "conjur" not available for installation.
A provider named "conjur" could not be found in the Terraform Registry.
This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.
In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
terraform.d/plugins/linux_amd64
Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".
Error: no provider exists with the given name
ERROR: 1
Reproducible
- [x] Always
- [ ] Sometimes
- [ ] Non-Reproducible