Skip to content

Commit

Permalink
is this enough to read it?
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Gaardsholt <[email protected]>
  • Loading branch information
Gaardsholt committed Nov 7, 2024
1 parent 214c19b commit 6d492bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/resource_gcp_secret_impersonated_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func gcpSecretImpersonatedAccountRead(ctx context.Context, d *schema.ResourceDat
return diag.FromErr(err)
}

for _, k := range []string{consts.FieldTokenScopes, consts.FieldServiceAccountEmail, consts.FieldServiceAccountProject} {
for _, k := range []string{consts.FieldTokenScopes, consts.FieldServiceAccountEmail, consts.FieldServiceAccountProject, consts.FieldTTL} {
v, ok := resp.Data[k]
if ok {
if err := d.Set(k, v); err != nil {
Expand Down

0 comments on commit 6d492bf

Please sign in to comment.