Skip to content

Commit

Permalink
Fix compute_subnetwork permadiff when private_ip_google_access is true (
Browse files Browse the repository at this point in the history
#6958) (#13244)

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 14, 2022
1 parent 8e2cf40 commit 50bd45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6958.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
1 change: 1 addition & 0 deletions google/resource_compute_subnetwork.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Can only be specified if VPC flow logs for this subnetwork is enabled and "metad
},
"private_ip_google_access": {
Type: schema.TypeBool,
Computed: true,
Optional: true,
Description: `When enabled, VMs in this subnetwork without external IP addresses can
access Google APIs and services by using Private Google Access.`,
Expand Down

0 comments on commit 50bd45c

Please sign in to comment.