databricks-cli/acceptance/bundle
Denis Bilenko 30dec59781
Improve resolution of complex variables within complex variables (#2157)
## Changes
- Remove ResolveVariableReferencesInComplexVariables - it blocked
complex-within-complex for no good reason.
- Repeat regular resolution twice, it helps with a couple test cases we
have.

There may be a case for running it 3 times or more in a loop, but there
is no test case for that, so this PR is simple incremental improvement.

## Tests
Existing acceptance tests. Previously all unit tests for complex
variables were converted to acceptance tests, to capture this change and
ensure nothing breaks.
2025-01-15 18:03:43 +01:00
..
init Introduce $DATABRICKS_URL replacement in tests (#2158) 2025-01-15 17:24:12 +01:00
override Enable acceptance tests for manually running against the cloud (#2120) 2025-01-14 13:50:28 +00:00
undefined_resources Migrate bundle/tests/undefined_resources_test.go to acceptance test (#2106) 2025-01-09 15:21:24 +00:00
variables Improve resolution of complex variables within complex variables (#2157) 2025-01-15 18:03:43 +01:00