Skip to content

Commit

Permalink
feat(google): support for purpose field of a compute subnetwork (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored Nov 15, 2023
1 parent f4e7587 commit adcb9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/google/compute/subnetwork.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
type SubNetwork struct {
Metadata defsecTypes.Metadata
Name defsecTypes.StringValue
Purpose defsecTypes.StringValue
EnableFlowLogs defsecTypes.BoolValue
}

0 comments on commit adcb9e5

Please sign in to comment.