From 59d103056c43812d5eeb069962fc75fded0fc446 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 12 Dec 2024 14:53:02 +0100 Subject: [PATCH] bug fix due to linting --- bastion/resource_encryption.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/resource_encryption.go b/bastion/resource_encryption.go index 8da9261..a7d72ca 100644 --- a/bastion/resource_encryption.go +++ b/bastion/resource_encryption.go @@ -161,7 +161,7 @@ func updateEncryption( } func resourceEncryptionDelete( - _ context.Context, d *schema.ResourceData, + _ context.Context, d *schema.ResourceData, m interface{}, ) diag.Diagnostics { // Since the API does not support deletion, we simply remove the resource from the Terraform state d.SetId("")