1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

fix(vault): update terraform secretName parameter to follow naming convention (#3365)

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Eugene Kortelyov 2021-12-15 22:12:57 +03:00 committed by GitHub
parent b1eeca54ff
commit f16a6beb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ func terraformExecuteMetadata() config.StepData {
Name: "terraformSecrets", Name: "terraformSecrets",
ResourceRef: []config.ResourceReference{ ResourceRef: []config.ResourceReference{
{ {
Name: "terraformExecuteFileVaultSecret", Name: "terraformFileVaultSecretName",
Type: "vaultSecretFile", Type: "vaultSecretFile",
Default: "terraform", Default: "terraform",
}, },

View File

@ -25,7 +25,7 @@ spec:
type: string type: string
resourceRef: resourceRef:
- type: vaultSecretFile - type: vaultSecretFile
name: terraformExecuteFileVaultSecret name: terraformFileVaultSecretName
default: terraform default: terraform
- name: globalOptions - name: globalOptions
type: "[]string" type: "[]string"