You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
kitchen-terraform creates kitchen-terraform-<instance.name> workspaces when running kitchen create/converge. Some customers have already deployed systems for which they would like to run/create tests. Those systems are almost always deployed in default workspace.
Would it be possible to enable a flag in .kitchen.yml that can allow running tests (kitchen create/converge/verify) against default workspace?
The text was updated successfully, but these errors were encountered:
yes, this is exactly what we want!!, we are already using a Terraform pipeline to deploy our systems and we want kitchen-Terraform tests to verify against it using the same backend which pipeline uses instead its creating its own workspace and backend and creating a completely new deployment. Is there any way to do this?
kitchen-terraform creates
kitchen-terraform-<instance.name>
workspaces when runningkitchen create/converge
. Some customers have already deployed systems for which they would like to run/create tests. Those systems are almost always deployed in default workspace.Would it be possible to enable a flag in
.kitchen.yml
that can allow running tests (kitchen create/converge/verify
) against default workspace?The text was updated successfully, but these errors were encountered: