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.
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.