consul_acl_auth_method

The consul_acl_auth_method data source returns the information related to a Consul Auth Method.

Example Usage

data "consul_acl_auth_method" "test" {
  name = "minikube"
}

output "consul_acl_auth_method" {
  value = data.consul_acl_auth_method.test.config
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: