hashicorp / terraform-provider-consul

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

Implement the consul_config_entry_sameness_group resource #370

Open remilapeyre opened 10 months ago

remilapeyre commented 10 months ago

This resource makes it easier to manage a sameness-group config entry. It builds on https://github.com/hashicorp/terraform-provider-consul/pull/364 so should be reviewed and merged after it.

The importer implementation in resourceFromConfigEntryImplementation() has also been updated to support the "<name>" or "<partition>/<name>" ID format has sameness-group is not bound to a namespace.