Skip to content

Commit

Permalink
task(terraform_*): bump providers (openstack, grafana, credhub and helm)
Browse files Browse the repository at this point in the history
See [paas-docker-cloudfoundry-tools@74907a778ebecbd9e5d3ff27e210522bffad7047](orange-cloudfoundry/paas-docker-cloudfoundry-tools@74907a7)
  • Loading branch information
o-orand committed May 14, 2018
1 parent ab46d33 commit be53420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion concourse/tasks/terraform_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platform: linux

image_resource:
type: docker-image
source: {repository: orangecloudfoundry/terraform, tag: ad445d6b34dffeadb3c2b26a40dd71de73ec0686}
source: {repository: orangecloudfoundry/terraform, tag: 74907a778ebecbd9e5d3ff27e210522bffad7047}

inputs:
- name: secret-state-resource
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/terraform_apply_cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platform: linux

image_resource:
type: docker-image
source: {repository: orangecloudfoundry/terraform, tag: ad445d6b34dffeadb3c2b26a40dd71de73ec0686}
source: {repository: orangecloudfoundry/terraform, tag: 74907a778ebecbd9e5d3ff27e210522bffad7047}

inputs:
- name: secret-state-resource
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/terraform_plan_cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platform: linux

image_resource:
type: docker-image
source: {repository: orangecloudfoundry/terraform, tag: ad445d6b34dffeadb3c2b26a40dd71de73ec0686}
source: {repository: orangecloudfoundry/terraform, tag: 74907a778ebecbd9e5d3ff27e210522bffad7047}

inputs:
- name: secret-state-resource
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/terraform_plan_cloudfoundry/task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'tmpdir'

describe 'terraform_plan_cloudfoundry task' do
EXPECTED_TERRAFORM_IMAGE_TAG = 'ad445d6b34dffeadb3c2b26a40dd71de73ec0686'.freeze
EXPECTED_TERRAFORM_IMAGE_TAG = '74907a778ebecbd9e5d3ff27e210522bffad7047'.freeze
EXPECTED_TERRAFORM_VERSION = '0.11.7'.freeze
EXPECTED_PROVIDER_CLOUDFOUNDRY_VERSION = 'v0.9.1'.freeze
SKIP_TMP_FILE_CLEANUP = false
Expand Down

0 comments on commit be53420

Please sign in to comment.