Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimonWallix committed Dec 13, 2024
1 parent c81fc1d commit e8fc6d3
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, 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("")
Expand Down

0 comments on commit e8fc6d3

Please sign in to comment.