hashicorp / terraform-provider-consul

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

Update consul/api to v1.9.1 #273

Closed Mongey closed 3 years ago

Mongey commented 3 years ago
go get -u github.com/hashicorp/consul/api@v1.9.0
go mod tidy
go mod vendor

Decided to break out the changes to update the client from the change to add headers in #245

remilapeyre commented 3 years ago

Hi @Mongey, thanks for taking the time to work on this!