Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Version the provider using ProviderVersion var #33

Description

@wimnat

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

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