aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Support specifying token as part of provider configuration block #59

Closed madhuravius closed 2 years ago

madhuravius commented 2 years ago

To use this, add an argument for "token" to the "aptible" provider block:

provider "aptible" {
      token = "<<TOKEN>>"
}
almathew commented 2 years ago

We need to update the Go client before merging this. Right now it's pinned to a commit.

madhuravius commented 2 years ago

closing for now due to deprioritization, will return to this if/when needed