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

Add support for partitions management #314

Closed mkeeler closed 2 years ago

mkeeler commented 2 years ago

Many aspects of the provider already supported partitions. However we seemed to be lacking support for creating and deleting partitions as well as lookup up token secret ids for tokens in non-default partitions.

This PR adds a new consul_partition resource and modifies the consul_acl_token_secret_id data source to support partitions.