feat(zt_tunnel_virtual_network): support state upgraders#6834
Merged
vaishakdinesh merged 2 commits intonextfrom Mar 4, 2026
Merged
feat(zt_tunnel_virtual_network): support state upgraders#6834vaishakdinesh merged 2 commits intonextfrom
vaishakdinesh merged 2 commits intonextfrom
Conversation
5ceb843 to
e5d1bc6
Compare
e5d1bc6 to
71a3381
Compare
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.
Changes being requested
Support state upgraders for
zero_trust_tunnel_cloudflared_virtual_networkAcceptance test run results
Steps to run acceptance tests
TF_ACC=1 TF_MIG_TEST=1 TF_MIGRATE_BINARY_PATH=/Users/ssicard/workspace/terraform-devstack/tf-migrate/tf-migrate go test ./internal/services/zero_trust_tunnel_cloudflared_virtual_network/migration/v500 -vTest output
=== RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic/from_v4_latest === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic/from_v5 --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic (16.19s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic/from_v4_latest (12.10s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Basic/from_v5 (4.09s) === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName/from_v4_latest === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName/from_v5 --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName (16.25s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName/from_v4_latest (11.34s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_NewName/from_v5 (4.90s) === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete/from_v4_latest === RUN TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete/from_v5 --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete (15.76s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete/from_v4_latest (11.74s) --- PASS: TestMigrateZeroTrustTunnelCloudflaredVirtualNetwork_Complete/from_v5 (4.02s) PASS ok github.com/cloudflare/terraform-provider-cloudflare/internal/services/zero_trust_tunnel_cloudflared_virtual_network/migration/v500 49.663sAdditional context & links