Currently the provider does not list a version when running the terraform version command.
root@b6b6ec1d5166:/opt/build# terraform version
Terraform v0.12.30
+ provider.aws v3.30.0
+ provider.gorillastack (unversioned)
This makes it difficult to tell what version of the provider is in use.
Most providers set this version using ProviderVersion var as part of the ci process. For example, https://github.com/hashicorp/terraform-provider-aws/blob/main/version/version.go.
It would be good if GorillaStack also provided the correct version with terraform version command
Currently the provider does not list a version when running the
terraform versioncommand.This makes it difficult to tell what version of the provider is in use.
Most providers set this version using ProviderVersion var as part of the ci process. For example, https://github.com/hashicorp/terraform-provider-aws/blob/main/version/version.go.
It would be good if GorillaStack also provided the correct version with
terraform versioncommand