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("")