mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +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:
parent
6b827b0dfb
commit
cd6e93acba
@ -238,7 +238,7 @@ func terraformExecuteMetadata() config.StepData {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Containers: []config.Container{
|
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{
|
Outputs: config.StepOutputs{
|
||||||
Resources: []config.StepResources{
|
Resources: []config.StepResources{
|
||||||
|
@ -63,7 +63,7 @@ spec:
|
|||||||
default: terraform
|
default: terraform
|
||||||
containers:
|
containers:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
image: hashicorp/terraform:0.14.7
|
image: hashicorp/terraform:1.0.10
|
||||||
options:
|
options:
|
||||||
- name: --entrypoint
|
- name: --entrypoint
|
||||||
value: ''
|
value: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user