Skip to content

Commit

Permalink
regex sub fields are set to accept the updates (#4458) (#8439)
Browse files Browse the repository at this point in the history
* regex sub fields are set to accept the updates

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 10, 2021
1 parent f2e8267 commit 2425e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4458.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
dlp : modified `google_data_loss_prevention_stored_info_type` `regex.group_indexes` field to trigger resource recreation on update
```
1 change: 1 addition & 0 deletions google/resource_data_loss_prevention_stored_info_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the go
"group_indexes": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: `The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.`,
Elem: &schema.Schema{
Type: schema.TypeInt,
Expand Down

0 comments on commit 2425e7f

Please sign in to comment.