From 5835f7b23acda3cf856dcc3e7524917558ed9f8f Mon Sep 17 00:00:00 2001 From: Alok G Singh Date: Mon, 20 Jul 2020 19:55:54 +0530 Subject: [PATCH] Syncing integration workflow from tyk-ci (#273) Quick one-liner to change state name --- integration/terraform/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/terraform/outputs.tf b/integration/terraform/outputs.tf index c2aed6026..37b80feca 100644 --- a/integration/terraform/outputs.tf +++ b/integration/terraform/outputs.tf @@ -1,5 +1,5 @@ # Generated by: wf-gen from tyk-ci -# Generated at: Thu 2 Jul 03:46:35 IST 2020 +# Generated at: Wed 15 Jul 18:13:18 IST 2020 data "terraform_remote_state" "integration" { backend = "remote" @@ -7,7 +7,7 @@ data "terraform_remote_state" "integration" { config = { organization = "Tyk" workspaces = { - name = "dev-euc1" + name = "base-euc1" } } }