Skip to content

Publish provider to TF Registry? #114

@da3mon-01

Description

@da3mon-01

Hi!

With TF 0.13 https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-13/ we can configure Terraform to download the provider from the registry.
Do you plan to publish the provider?

Installation would be much easier:

terraform {
    required_providers {
        mongoatlas = {
            source = "akshaykarle/mongoatlas"
        }
    }
}

We also use your version of the provider and the official one, as migration is slow and mostly case-by-case.
We could also fix which version we want to download instead of custom automation.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions