Skip to content

Commit

Permalink
refactor(google): update DNSManagedZone resource structure (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored Nov 17, 2023
1 parent d2901c5 commit a13ada5
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 a13ada5

Please sign in to comment.