Skip to content

Commit

Permalink
feat(misconf): add Terraform 'removed' block to schema (#6640)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored May 7, 2024
1 parent 3eecfc6 commit b7a0a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/iac/terraform/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ var Schema = &hcl.BodySchema{
{
Type: "import",
},
{
Type: "removed",
},
},
}

0 comments on commit b7a0a13

Please sign in to comment.