Skip to content

Fix bug in Delete where only last private endpoint was removed#455

Open
tosolveit wants to merge 2 commits intoClickHouse:mainfrom
tosolveit:main
Open

Fix bug in Delete where only last private endpoint was removed#455
tosolveit wants to merge 2 commits intoClickHouse:mainfrom
tosolveit:main

Conversation

@tosolveit
Copy link

Hello,

In service_private_endpoints_attachment.go, the Delete function had a bug where append was reading from .Add (always nil) instead of .Remove, causing only the last endpoint ID to be retained in the Remove slice.

The append was reading from .Add (always nil) instead of .Remove,
causing only the last endpoint ID to be retained in the Remove slice.
@tosolveit tosolveit requested a review from a team as a code owner February 14, 2026 12:30
The state field was missing the plan modifier, causing Terraform to show
"state = Running -> (known after apply)" on every plan even with no changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant