This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Commit 1b8ac50
committed
fix: convert schema_version to int in state migration
TF 0.11 stores schema_version as a string ("1") but TF 1.x
requires it as an integer (1).1 parent 89224c8 commit 1b8ac50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments