From 88f84f12d8891ffd7fd317fd181a756c99ab61a3 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Fri, 27 Oct 2017 14:39:54 +0200 Subject: [PATCH] Revert: Map the secret full resource to enable tf cross reference other tf states Was already mapped in secret-state-resource --- concourse/pipelines/template/depls-pipeline.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/pipelines/template/depls-pipeline.yml.erb b/concourse/pipelines/template/depls-pipeline.yml.erb index 7c6b38744..89b1395d5 100755 --- a/concourse/pipelines/template/depls-pipeline.yml.erb +++ b/concourse/pipelines/template/depls-pipeline.yml.erb @@ -931,7 +931,7 @@ jobs: CUSTOM_SCRIPT_DIR: additional-resource/<%= terraform_config_path %>/template SUFFIX: -tpl.tfvars.yml - task: terraform-plan - input_mapping: {secret-state-resource: secrets-full,spec-resource: paas-templates-full, credentials-resource: secrets-full} + input_mapping: {secret-state-resource: secrets-full,spec-resource: paas-templates-full} file: cf-ops-automation/concourse/tasks/terraform_plan_cloudfoundry.yml params: SPEC_PATH: "<%= terraform_config_path %>/spec"