Skip to content

Commit

Permalink
task(terraform_*): bump to latest terraform image (latest providers)
Browse files Browse the repository at this point in the history
bump providers: azure, aws, openstack, cloudstack and uaa
We add azure-provider and switch to orange release for uaa-provider.

closes #120, #153
  • Loading branch information
o-orand committed Jul 12, 2018
1 parent 815befe commit 4a78319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concourse/tasks/terraform_apply_cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform: linux

image_resource:
type: docker-image
source: {repository: orangecloudfoundry/terraform, tag: d225667906e8895b20decd22cba2b008b73c006f}
source: {repository: orangecloudfoundry/terraform, tag: 5fb90f3d219d660393f80f67625b146c7f6f215a}

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: d225667906e8895b20decd22cba2b008b73c006f}
source: {repository: orangecloudfoundry/terraform, tag: 5fb90f3d219d660393f80f67625b146c7f6f215a}

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 = 'd225667906e8895b20decd22cba2b008b73c006f'.freeze
EXPECTED_TERRAFORM_IMAGE_TAG = '5fb90f3d219d660393f80f67625b146c7f6f215a'.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 4a78319

Please sign in to comment.