-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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
Labels
No labels