The consul_admin_partition
resource manages Consul Enterprise Admin Partitions.
resource "consul_admin_partition" "na_west" {
name = "na-west"
description = "Partition for North America West"
}
The following arguments are supported:
name
- (Required) The partition name. This must be a valid DNS hostname label.description
- (Optional) Free form partition description.The following attributes are exported:
name
- The partition name.description
- The partition description.consul_admin_partition
can be imported:
$ terraform import consul_admin_partition.na_west na-west