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

Fix v6 job queue migration #3091

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Fix v6 job queue migration #3091

merged 10 commits into from
Dec 5, 2023

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented Dec 5, 2023

Fixes #3075

The problem was that the tf migration didn't migrate the ARN property of the job queue resource.

Looks like this isn't a problem for tf programs, likely because tf does a refresh during update.

This PR adds a patch and an upgrade test for this.

@VenelinMartinov VenelinMartinov marked this pull request as draft December 5, 2023 19:13
Copy link

github-actions bot commented Dec 5, 2023

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 marked this pull request as ready for review December 5, 2023 22:51
@t0yv0 t0yv0 self-requested a review December 5, 2023 22:55
@t0yv0 t0yv0 enabled auto-merge (squash) December 5, 2023 22:58
@t0yv0 t0yv0 merged commit 5029829 into master Dec 5, 2023
17 checks passed
@t0yv0 t0yv0 deleted the vvm/fix_job_queue_v6_migration branch December 5, 2023 23:56
@lukehoban
Copy link
Member

Looks like this isn't a problem for tf programs, likely because tf does a refresh during update.

Minor note that they refresh by default - but you can do a terraform apply -refresh=false. So anything that depends on the refresh will technically also be broken in Terraform if the user chooses to not do the refresh. So while the upstream provider bug is more visibile to Pulumi users, it is not unique to Pulumi users.

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.

Job Queue creation failing with Value Conversion Error
3 participants