1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

chore(terraformExecute): update terraform cli to 1.0.10 (#3229)

* chore(terraformExecute): update terraform cli to 1.0.10

* fix

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Christian Volk 2021-11-04 12:24:57 +01:00 committed by GitHub
parent 6b827b0dfb
commit cd6e93acba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ func terraformExecuteMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "terraform", Image: "hashicorp/terraform:0.14.7", EnvVars: []config.EnvVar{{Name: "TF_IN_AUTOMATION", Value: "piper"}}, Options: []config.Option{{Name: "--entrypoint", Value: ""}}},
{Name: "terraform", Image: "hashicorp/terraform:1.0.10", EnvVars: []config.EnvVar{{Name: "TF_IN_AUTOMATION", Value: "piper"}}, Options: []config.Option{{Name: "--entrypoint", Value: ""}}},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@ -63,7 +63,7 @@ spec:
default: terraform
containers:
- name: terraform
image: hashicorp/terraform:0.14.7
image: hashicorp/terraform:1.0.10
options:
- name: --entrypoint
value: ''