Open
Conversation
* tests: fix according to event gateway breaking changes * OpenAPI changes * Generated provider and docs * Update CHANGELOG.md
* feat: Updated OpenAPI file for cloud gateway-addon. * feat: added .go files, .speakeasy and docs directory * feat: added test for cloud gateway add-on * fix: resolved review comments on test
harshadixit12
commented
Feb 27, 2026
| ## Example Usage | ||
|
|
||
| ```terraform | ||
| resource "konnect_cloud_gateway_add_on" "my_cloudgatewayaddon" { |
Contributor
Author
There was a problem hiding this comment.
cc: @mheap for visibility before release - I had reviewed the original PR for feature.
Member
There was a problem hiding this comment.
Thank you for the tag. I believe we're using addon, so this would be konnect_cloud_gateway_addon
Contributor
Author
There was a problem hiding this comment.
Understood, let me make the change and send a PR.
harshadixit12
commented
Feb 27, 2026
| t.Run("Cloud Gateways AddOns", func(t *testing.T) { | ||
| builder := hclbuilder.New() | ||
| cp, err := hclbuilder.FromString(` | ||
| resource "konnect_gateway_control_plane" "test_cp" { |
Contributor
Author
There was a problem hiding this comment.
cc: @mheap for visibility - we are creating a CGW CP in an acceptance test - which we haven't done before on terraform providers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
In this PR, we are releasing the following changes:
Note: These breaking changes for some event gateway resources were already included in the GA provider release for Event Gateway, the beta provider is catching up.
Issues resolved
Related PRs on platform-api (if any)
Checklist ✅
CHANGELOG.mdto clearly mention any breaking changes, new features and bug fixesrelease/x.y.z) andgit cherry-pickif necessary)