Skip to content

Commit

Permalink
Use new terraform image
Browse files Browse the repository at this point in the history
We have moved terraform image to paas-docker-cloudfoundry-tools repo.
In order to update automated docker build, we had to delete all
previous automation and define new. As a part of this operation we have
also decided to remove `docker-` prefix from TF container name.
  • Loading branch information
saliceti authored and mtekel committed Feb 25, 2016
1 parent 22b462d commit 182ed66
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions concourse/pipelines/create-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- task: create-init-bucket
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
TF_VAR_env: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- task: deploy-vpc
config:
platform: linux
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
inputs:
- name: paas-cf
- name: vpc-terraform-state
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- task: terraform-apply
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
inputs:
- name: paas-cf
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
- task: remove-vagrant-IP-from-ssh-SG
config:
platform: linux
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
inputs:
- name: paas-cf
- name: vpc-terraform-state
Expand All @@ -471,7 +471,7 @@ jobs:
- task: remove-vagrant-IP-from-concourse-SG
config:
platform: linux
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
inputs:
- name: paas-cf
- name: vpc-terraform-outputs
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/create-microbosh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- name: terraform-variables
- task: terraform-apply
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
DEPLOY_ENV: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/deploy-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
< generate-cf-secrets/cf-secrets.yml > cf-secrets.tfvars.sh
- task: terraform
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
TF_VAR_env: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/destroy-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
ls -l vpc.tfvars.sh
- task: cf-terraform-destroy
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
AWS_DEFAULT_REGION: {{aws_region}}
inputs:
Expand Down
6 changes: 3 additions & 3 deletions concourse/pipelines/destroy-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- task: destroy-concourse-terraform
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
inputs:
- name: paas-cf
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
passed: [destroy-concourse]
- task: tf-destroy-vpc
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
TF_VAR_env: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
passed: [destroy-vpc]
- task: tf-destroy-init-bucket
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
TF_VAR_env: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/destroy-microbosh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: terraform-variables
- task: terraform-destroy
config:
image: docker:///governmentpaas/docker-terraform
image: docker:///governmentpaas/terraform
params:
DEPLOY_ENV: {{deploy_env}}
AWS_DEFAULT_REGION: {{aws_region}}
Expand Down

0 comments on commit 182ed66

Please sign in to comment.