Skip to content

feat: add check groups v2 support#153

Merged
sorccu merged 1 commit intomainfrom
simo/sim-82-tf-groups-v2-support
Mar 18, 2026
Merged

feat: add check groups v2 support#153
sorccu merged 1 commit intomainfrom
simo/sim-82-tf-groups-v2-support

Conversation

@sorccu
Copy link
Copy Markdown
Member

@sorccu sorccu commented Mar 18, 2026

Affected Components

  • New Features
  • Bug Fixing
  • Types
  • Tests
  • Docs
  • Other

Style

  • Go code is formatted with go fmt

Notes for the Reviewer

This PR adds the required types for Groups V2 support.

Notably, a slightly breaking change is introduced: the SDK now changes the NO_RETRIES retry strategy, which was previously just nil, to RetryStrategy { Type: "NO_RETRIES" }. This is marshaled to nil when marshaling JSON, and nil is unmarshaled into RetryStrategy { Type: "NO_RETRIES" } as well. However, given that this poor man's SDK is only used by our Terraform provider, it should not be a huge deal.

Resolves #[issue-number]

New Dependency Submission

@sorccu sorccu requested a review from a team as a code owner March 18, 2026 11:22
@sorccu sorccu mentioned this pull request Mar 18, 2026
7 tasks
@sorccu sorccu merged commit 921a62e into main Mar 18, 2026
1 check passed
@sorccu sorccu deleted the simo/sim-82-tf-groups-v2-support branch March 18, 2026 11:30
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