Skip to content

Commit

Permalink
Fixed the permadiffs in purpose of networksecurity address (#11105) (h…
Browse files Browse the repository at this point in the history
…ashicorp#7687)

[upstream:aa0fe465572e7407d3352a34841f346916de786f]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 3, 2024
1 parent a555b50 commit c2b1243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/11105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
networksecurity: fixed permadiffs on `purpose` field in `google_network_security_address_group` resource (beta)
```
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Please refer to the field 'effective_labels' for all of the labels present on th
},
"purpose": {
Type: schema.TypeList,
Computed: true,
Optional: true,
Description: `List of supported purposes of the Address Group. Possible values: ["DEFAULT", "CLOUD_ARMOR"]`,
Elem: &schema.Schema{
Expand Down

0 comments on commit c2b1243

Please sign in to comment.