Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

honeycombio_burn_alert - migrate resource to Plugin Framework #346

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

jharley
Copy link
Collaborator

@jharley jharley commented Aug 21, 2023

In a similar fashion to the work done for v0.15.0 for honeycombio_trigger, this migrates honeycombio_burn_alert to the ~new Plugin Framework to squash the similar set of bugs and annoyances around recipient blocks.

Closes #263, #322

@@ -57,7 +57,7 @@ func TestAcc_TriggerResourceUpgradeFromVersion014(t *testing.T) {
{
ExternalProviders: map[string]resource.ExternalProvider{
"honeycombio": {
VersionConstraint: "~> 0.14",
VersionConstraint: "~> 0.14.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was incorrectly testing the upgrade (and pulling in 0.15.2 at the time of the writing). This now properly tests the upgrade from the SDK-based resource

@jharley jharley merged commit b4269f8 into main Aug 23, 2023
@jharley jharley deleted the jharley.burn-alert-to-framework branch August 23, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants