Skip to content

Fix parsing of double indexes#12

Open
kyleadams-nflx wants to merge 7 commits into
drlau:masterfrom
kyleadams-nflx:kadams/fix-indexes
Open

Fix parsing of double indexes#12
kyleadams-nflx wants to merge 7 commits into
drlau:masterfrom
kyleadams-nflx:kadams/fix-indexes

Conversation

@kyleadams-nflx

@kyleadams-nflx kyleadams-nflx commented Apr 3, 2026

Copy link
Copy Markdown

this PR handles cases where a resource address contained two indexes:

module.mymodule.module.submodule[0].data.subsubmodule.this[0]

the code only handled addresses that contained one index, so any plan with two produced this error:

failed to parse resource info from address module.mymodule.module.submodule[0].data.subsubmodule.this[0]

Note: this pulls in the other two PR's, so probably best to merge those and then rebase before looking at this one.

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.

1 participant