Variables support interpolation which we're not currently testing. For example, spin-test passed the conformance tests before https://github.com/fermyon/spin-test/pull/114 was merged. We should ensure there's a test that would have failed before spin-test implemented its full variables support.
Note that some variable interpolation support is being tested in the outbound-redis-variable-permission and tcp-sockets-ip-range-variable-permission tests since variables can be used in allowed_outbound_hosts.
Variables support interpolation which we're not currently testing. For example,
spin-test
passed the conformance tests before https://github.com/fermyon/spin-test/pull/114 was merged. We should ensure there's a test that would have failed beforespin-test
implemented its full variables support.