Skip to content

Commit

Permalink
fix: do not update private key id on read (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarekbote authored Aug 16, 2023
1 parent 940dd63 commit ff337a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ func resourceLaceworkIntegrationGcpAgentlessScanningRead(d *schema.ResourceData,
creds := make(map[string]string)
creds["client_id"] = integration.Data.Credentials.ClientID
creds["client_email"] = integration.Data.Credentials.ClientEmail
creds["private_key_id"] = integration.Data.Credentials.PrivateKeyID
creds["token_uri"] = integration.Data.Credentials.TokenUri
d.Set("credentials", []map[string]string{creds})
d.Set("resource_level", integration.Data.IDType)
Expand Down

0 comments on commit ff337a7

Please sign in to comment.