Skip to content

fix(resources): ensure pull_steps don't trigger replacement#663

Merged
mitchnielsen merged 1 commit intomainfrom
bug/deployment-pull-steps-replacement
Mar 17, 2026
Merged

fix(resources): ensure pull_steps don't trigger replacement#663
mitchnielsen merged 1 commit intomainfrom
bug/deployment-pull-steps-replacement

Conversation

@bdalpe
Copy link
Contributor

@bdalpe bdalpe commented Mar 17, 2026

Summary

Resolves #662

Requirements

General

  • The contributing guide has been read
  • Title follows the conventional commits format
  • Body includes Closes <issue>, if available
  • Relevant labels have been added
  • Draft status is used until ready for review

Code-level changes

  • Unit tests are added/updated
  • Acceptance tests are added/updated (including import tests, when needed)

New or updated resource/datasource

  • Documentation is added (generated by mise run docs from source code)
    - When applicable, provide a link back to the relevant page in the Prefect documentation site.
    - Use the doc preview tool to confirm page(s) render correctly.
  • For resources, the following are added:
    - Resource example under examples/resources/prefect_<name>/resource.tf
    - Import example under examples/resources/prefect_<name>/import.sh
  • For datasources, the following is added:
    - Datasource example under examples/data-sources,resources>/prefect_<name>/data-source.tf

@bdalpe bdalpe temporarily deployed to Acceptance Tests March 17, 2026 14:33 — with GitHub Actions Inactive
@bdalpe bdalpe marked this pull request as ready for review March 17, 2026 15:15
@bdalpe bdalpe requested a review from a team as a code owner March 17, 2026 15:15
@bdalpe bdalpe added go Pull requests that update Go code bugfix Fixing a bug labels Mar 17, 2026
@mitchnielsen mitchnielsen changed the title fix(resources): Ensure pull_steps don't trigger replacement fix(resources): ensure pull_steps don't trigger replacement Mar 17, 2026
@mitchnielsen
Copy link
Member

Thank you @bdalpe 🤝

@mitchnielsen mitchnielsen merged commit f5db1a3 into main Mar 17, 2026
8 checks passed
@mitchnielsen mitchnielsen deleted the bug/deployment-pull-steps-replacement branch March 17, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixing a bug go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

prefect_deployment: Changing pull_steps is incorrectly forcing replacement of resource

2 participants