hashicorp / terraform-provider-consul

Terraform Consul provider
https://www.terraform.io/docs/providers/consul/
Mozilla Public License 2.0
125 stars 112 forks source link

Add support to log with a JWT auth method #342

Closed remilapeyre closed 1 year ago

remilapeyre commented 1 year ago

This is an alternative of giving a Consul token in the provider configuration or as en environment variable and can be use in Terraform Cloud runs by setting the use_terraform_cloud_workload_identity parameter.

Closes https://github.com/hashicorp/terraform-provider-consul/issues/334