Antony Saba (work)

Results 5 issues of Antony Saba (work)

### Terraform Version ```shell Terraform v1.7.3 on darwin_arm64 ``` ### Terraform Configuration Files ```terraform locals { doc =

enhancement
new

### Which problem is this feature request solving? I would like to check that my configuration is syntactically valid and internally consistent without invoking a full `sync` operation or making...

area/cli
kind/feat

## Describe the bug The links to the demos on https://oscal-compass.github.io/compliance-trestle/demonstrations-content/ have been updated to point to the new org at "https://github.com/oscal-compass/compliance-trestle-demos/tree/develop/trestle_flask_api", for example, but that repository has not been...

## Describe the bug The following python file is reported as an error when using additional python static checking such as `mypy`. This also prevents IDE autocomplete from working for...

### Terraform Version ```shell 1.5.1 ``` ### Terraform Configuration Files ```go type Things struct { A types.Bool `tfsdk:"A"` B types.Bool `tfsdk:"B"` } type SomeResource struct { Things things } "things":...

enhancement
config