Skip to content

fix(rabbitmq, redis): add modify plan functions - #1684

Open
GokceGK wants to merge 1 commit into
mainfrom
fix/STACKITTPR-804-fix-region-modify-plan
Open

fix(rabbitmq, redis): add modify plan functions#1684
GokceGK wants to merge 1 commit into
mainfrom
fix/STACKITTPR-804-fix-region-modify-plan

Conversation

@GokceGK

@GokceGK GokceGK commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Description

relates to STACKITTPR-804

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated (see e.g. here)
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@GokceGK
GokceGK requested a review from a team as a code owner August 12, 2026 15:05
resp.TypeName = req.ProviderTypeName + "_rabbitmq_instance"
}

// ModifyPlan implements resource.ResourceWithModifyPlan.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's remove these comments, we usually don't have these on the functions

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

hmm, many resources have this comment in the modifyPlan function, that is why I also kept.

resp.TypeName = req.ProviderTypeName + "_rabbitmq_credential"
}

// ModifyPlan implements resource.ResourceWithModifyPlan.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

here as well remove

resp.TypeName = req.ProviderTypeName + "_redis_credential"
}

// ModifyPlan implements resource.ResourceWithModifyPlan.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

here as well

resp.TypeName = req.ProviderTypeName + "_redis_instance"
}

// ModifyPlan implements resource.ResourceWithModifyPlan.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

And here as well 😄

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.

2 participants