Skip to content

confusing provider name and resource type #1

Description

@kvanbrabant

I am not able to use the jks-trust-store provider, version 0.2.1. Probably it's the confusion between the provider name and the resource type which is jks-trust-store for the provider (no underscore allowed) and jks_trust_store for the resource.
However, if I declare my resource as such:
resource "jks_trust_store" "cluster-truststore" {...}
I get an error saying: Could not retrieve the list of available versions for provider hashicorp/jks
The "jks" part is identified as provider name and by default looked up in the hashicorp namespace.
Please provide documentation on the use of this provider or rename the resource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions