Skip to content

Commit

Permalink
tailscale: add missing fields for the auth/api keys
Browse files Browse the repository at this point in the history
Updates tailscale/terraform-provider-tailscale#144

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
  • Loading branch information
knyar committed Sep 21, 2023
1 parent eedc358 commit 8638fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailscale/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ type (
Description string `json:"description"`
Created time.Time `json:"created"`
Expires time.Time `json:"expires"`
Revoked time.Time `json:"revoked"`
Invalid bool `json:"invalid"`
Capabilities KeyCapabilities `json:"capabilities"`
}
)
Expand Down

0 comments on commit 8638fe5

Please sign in to comment.