Skip to content

Commit

Permalink
task(terraform): bump credhub plugin to support latest credhub server
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Aug 7, 2019
1 parent 8c1354e commit 20d3376
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion concourse/pipelines/micro-bosh-init-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
platform: linux
image_resource:
type: docker-image
source: {repository: "((docker-registry-url))orangecloudfoundry/terraform", tag: c1f95e84451a6f9935254d85624a128611ccc9d9}
source: {repository: "((docker-registry-url))orangecloudfoundry/terraform", tag: 8fa84b3fe7e7789769dd103f3d6abfef09a771fd}
inputs:
- name: spec-resource
- name: terraform-tfvars
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
# Maintained in https://github.com/orange-cloudfoundry/paas-docker-cloudfoundry-tools
source: {repository: orangecloudfoundry/terraform, tag: c1f95e84451a6f9935254d85624a128611ccc9d9}
source: {repository: orangecloudfoundry/terraform, tag: 8fa84b3fe7e7789769dd103f3d6abfef09a771fd}

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 @@ -17,7 +17,7 @@ platform: linux
image_resource:
type: docker-image
# Maintained in https://github.com/orange-cloudfoundry/paas-docker-cloudfoundry-tools
source: {repository: orangecloudfoundry/terraform, tag: c1f95e84451a6f9935254d85624a128611ccc9d9}
source: {repository: orangecloudfoundry/terraform, tag: 8fa84b3fe7e7789769dd103f3d6abfef09a771fd}

inputs:
- name: secret-state-resource
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/task_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def self.terraform_image
end

def self.terraform_image_version
'c1f95e84451a6f9935254d85624a128611ccc9d9'
'8fa84b3fe7e7789769dd103f3d6abfef09a771fd'
end
end
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 = 'c1f95e84451a6f9935254d85624a128611ccc9d9'.freeze
EXPECTED_TERRAFORM_IMAGE_TAG = '8fa84b3fe7e7789769dd103f3d6abfef09a771fd'.freeze
EXPECTED_TERRAFORM_VERSION = '0.11.7'.freeze
EXPECTED_PROVIDER_CLOUDFOUNDRY_VERSION = 'v0.11.2'.freeze
SKIP_TMP_FILE_CLEANUP = false
Expand Down

0 comments on commit 20d3376

Please sign in to comment.