cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
56 stars 10 forks source link

Correcting 0.3.2 version in Makefile and fixing provider path in workflow examples #30

Closed marksoper closed 1 year ago

marksoper commented 1 year ago

Add a description of the problem this PR addresses and an overview of how this PR works.

Our workflow examples call for path "hashicorp/cockroach" but the registry page points to a different path "cockroachdb/cockroach". Somehow the version obtained via the incorrect path is 0.3.2 - i'm guessing it's getting that version from the Makefile, which specifies version 0.3.2.

If one uses the correct path, the correct version is shown in terraform init - so the change to the Makefile may be unnecessary.

image image

Checklist