terraform/backend/remote/test-fixtures
Sander van Harmelen a17f317025 Change how to fall back from remote to local backend
In order to support free organizations, we need a way to load the `remote` backend and then, depending on the used offering/plan, enable or disable remote operations.

In other words, we should be able to dynamically fall back to the `local` backend if needed, after first configuring the `remote` backend.

To make this works we need to change the way this was done previously when the env var `TF_FORCE_LOCAL_BACKEND` was set. The clear difference of course being that the env var would be available on startup, while the used offering/plan is only known after being able to connect to TFE.
2018-11-20 22:25:52 +01:00
..
apply Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
apply-destroy Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
apply-no-changes Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
apply-policy-hard-failed Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
apply-policy-passed Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
apply-policy-soft-failed Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
apply-variables Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
apply-with-error Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
empty Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-policy-hard-failed Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-policy-passed Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-policy-soft-failed Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-variables Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-with-error Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
plan-with-working-directory/terraform Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00