Skip to content

Commit

Permalink
refactor(google): update DNSManagedZone resource structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Nov 15, 2023
1 parent adcb9e5 commit 0276fe3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkg/providers/google/dns/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ func (m ManagedZone) IsPrivate() bool {
type DNSSec struct {
Metadata defsecTypes.Metadata
Enabled defsecTypes.BoolValue
DefaultKeySpecs KeySpecs
DefaultKeySpecs []KeySpecs
}

type KeySpecs struct {
Metadata defsecTypes.Metadata
KeySigningKey Key
ZoneSigningKey Key
}

type Key struct {
Metadata defsecTypes.Metadata
Algorithm defsecTypes.StringValue
KeyType defsecTypes.StringValue
}

0 comments on commit 0276fe3

Please sign in to comment.