Skip to content

Commit

Permalink
fix: do not update private key id on read
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarekbote committed Aug 15, 2023
1 parent 940dd63 commit 6df8657
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 6df8657

Please sign in to comment.