Skip to content

Commit

Permalink
bug fix due to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Dec 12, 2024
1 parent 2fa535f commit 59d1030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/resource_encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func updateEncryption(
}

func resourceEncryptionDelete(
_ context.Context, d *schema.ResourceData,
_ context.Context, d *schema.ResourceData, m interface{},

Check failure on line 164 in bastion/resource_encryption.go

View workflow job for this annotation

GitHub Actions / golangci-lint

unused-parameter: parameter 'm' seems to be unused, consider removing or renaming it as _ (revive)
) diag.Diagnostics {
// Since the API does not support deletion, we simply remove the resource from the Terraform state
d.SetId("")
Expand Down

0 comments on commit 59d1030

Please sign in to comment.