mirror of https://github.com/hashicorp/consul
docs: namespaces has erroneous HCL example (#7228)
parent
36982d5274
commit
d364a64f9a
|
@ -53,8 +53,8 @@ JSON:
|
|||
HCL:
|
||||
|
||||
```hcl
|
||||
Name: "team-1"
|
||||
Description: "Namespace for Team 1"
|
||||
Name = "team-1"
|
||||
Description = "Namespace for Team 1"
|
||||
ACLs {
|
||||
PolicyDefaults = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue