Closed mreferre closed 2 years ago
Can you confirm we can leave it like that and this would still enable you to test outside of Proton?
We can remove and keep this for local testing. We should discuss with the team however as this will be something I suspect many customers will want for local debugging.
Yes this is definitely something we need to figure out.
This variable that has been added for local tests causes incompatibilities in Proton with
terraform init
:Changing the variable from
environment
toenvironment_for_local_test
apparently has resolved theinit
issue.I have already made this change.