From e8fc6d318c44791b456131fffd2985f94cf5d568 Mon Sep 17 00:00:00 2001 From: bsimon Date: Fri, 13 Dec 2024 11:51:43 +0100 Subject: [PATCH] f --- 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 a7d72ca..91397d6 100644 --- a/bastion/resource_encryption.go +++ b/bastion/resource_encryption.go @@ -161,7 +161,7 @@ func updateEncryption( } func resourceEncryptionDelete( - _ context.Context, d *schema.ResourceData, m interface{}, + _ context.Context, d *schema.ResourceData, _ interface{}, ) diag.Diagnostics { // Since the API does not support deletion, we simply remove the resource from the Terraform state d.SetId("")