turbot / powerpipe-docs

Powerpipe documentation content in markdown format.
https://powerpipe.io/docs
Other
5 stars 0 forks source link

`base` for `container` #30

Closed judell closed 5 months ago

judell commented 5 months ago

In https://powerpipe.io/docs/powerpipe-hcl/container#argument-reference we say base is supported but if you try to use it:

Unsupported attribute: 'base' not expected here.

Note that although we also say:

Containers can only be declared as anonymous blocks inside a dashboard or container.

This is not an error.

  container "foo" {
  }