Skip to content

Commit

Permalink
Update cyral/internal/repository/confanalysis/resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson de Carvalho <[email protected]>
  • Loading branch information
juniocezar and wcmjunior authored Nov 26, 2024
1 parent 06f41b7 commit 668a329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cyral/internal/repository/confanalysis/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ func repositoryConfAnalysisResourceSchemaV0() *schema.Resource {
"on large tables.",
Type: schema.TypeBool,
Optional: true,
Default: false,
RequiredWith: []string{"enable_data_masking"}

Check failure on line 134 in cyral/internal/repository/confanalysis/resource.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 134 in cyral/internal/repository/confanalysis/resource.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 134 in cyral/internal/repository/confanalysis/resource.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 134 in cyral/internal/repository/confanalysis/resource.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected newline in composite literal; possibly missing comma or }
},
"block_on_violation": {
Description: "If set to `true` it will enable query blocking in case of a " +
Expand Down

0 comments on commit 668a329

Please sign in to comment.